-
Notifications
You must be signed in to change notification settings - Fork 367
Fix(prime import offt) #1961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix(prime import offt) #1961
Conversation
|
||
atomic_set(&bo_gem->refcount, 1); | ||
|
||
atomic_set(&bo_gem->refcount, 1);// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
DecodeStatusReportData tempNewReport; | ||
MOS_ZeroMemory(&tempNewReport, sizeof(CodechalDecodeStatusReport)); | ||
MOS_ZeroMemory(&tempNewReport, sizeof(tempNewReport)); | ||
//MOS_ZeroMemory(&tempNewReport, sizeof(CodechalDecodeStatusReport)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove older one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean delete it from commented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, remove it ,
thanks @akshatsinha0 , it LGTM, but about the commits, looks the third one is just to remove the sentence which was commented in previous changes. so , maybe we should squash them? |
Yah, obvious is to squash the last one with the first two, or what do you say, squash all 3 into 1? |
3640463
to
1e41a29
Compare
see, I split it into two fixup! commits and autosquashed them(with functional ones),& regularly pushed the branch. so Is it ok now? |
Use off_t for lseek() result and cast to bo size