Enable dGPU for decoder and encoder#114
Enable dGPU for decoder and encoder#114Shao-Feng wants to merge 1 commit intoprojectceladon:masterfrom
Conversation
|
@YuanjunHuang @dyang23 @TianmiChen @zhangyichix |
4edac69 to
61d2493
Compare
|
Improper Commit Message |
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Improper Commit Message |
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Improper Commit Message |
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Improper Commit Message |
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
| public: | ||
| virtual ~MfxC2Component(); | ||
| #ifdef ONEVPL_EXPERIMENTAL | ||
| bool isdGPU() { return dedicated;} |
There was a problem hiding this comment.
Move the device detection logic to mfx_dev.cpp/mfx_dev_va.cpp, please.
Thanks,
Tianmi
| std::unique_lock<std::mutex> AcquireRunningStateLock(bool may_block) const; | ||
|
|
||
| #ifdef ONEVPL_EXPERIMENTAL | ||
| void detectdGPU(mfxU16 deviceId) { |
There was a problem hiding this comment.
Move the device detection logic to mfx_dev.cpp/mfx_dev_va.cpp, please.
Thanks,
Tianmi
|
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
2 similar comments
|
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
|
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
2b8b84e to
467e2b2
Compare
|
Improper Commit Message |
1\ Enable ONEVPL_EXPERIMENTAL for init dGPU session and get deviceId 2\ According to device id to judge if it is dGPU or iGPU 3\ dGPU deviceid range: 0x5600 < deviceId < 0x56B3 4\ After initializing dGPU, reset RateControl for dGPU. 5\ Set buffer Tile4 for dGPU and Y-Tile for iGPU Signed-off-by: Shaofeng Tang <shaofeng.tang@intel.com>
1\ Enable ONEVPL_EXPERIMENTAL for init dGPU session and get deviceId
2\ According to device id to judge if it is dGPU or iGPU
3\ dGPU deviceid range: 0x5600 < deviceId < 0x56B3
4\ After initializing dGPU, reset RateControl for dGPU.
5\ Set buffer Tile4 for dGPU and Y-Tile for iGPU