Jump to conversation
Unresolved conversations (4)
@FurongZhang FurongZhang Aug 24, 2021
May I know the memory layout of Key, Length and Value? I am trying to understand the below logic. assert(hw_info[i+1] == 1); gfx_info->SubSliceCount = hw_info[i+2]; gfx_info->MaxSubSlicesSupported = hw_info[i+2]; Thanks a lot in advance!
..._driver/linux/common/os/i915/mos_bufmgr.c
zxye
@FurongZhang FurongZhang Aug 24, 2021
could we use assert? if release or release internal version, usually crash instead of assert. Or i am wrong? thank you! Just for my education purpose.
..._driver/linux/common/os/i915/mos_bufmgr.c
zxye
@XinfengZhang XinfengZhang Aug 7, 2021
about these assert, the information size will never change in future for each configure?
Outdated
..._driver/linux/common/os/i915/mos_bufmgr.c
zxye johnharr-intel
@dvrogozh dvrogozh Aug 6, 2021
This seems to be some part of i915 API. Is it? if yes, why it's defined here, but no in i915 uAPI?
Outdated
..._driver/linux/common/os/i915/mos_bufmgr.c
zxye johnharr-intel
dvrogozh
Resolved conversations (0)