drm/amd: Fix spelling typo in commentsFix spelling typo in comments.Reported-by: k2ci <[email protected]>Signed-off-by: pengfuyuan <[email protected]>Signed-off-by: Alex Deucher <alexan
drm/amd: Fix spelling typo in commentsFix spelling typo in comments.Reported-by: k2ci <[email protected]>Signed-off-by: pengfuyuan <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
show more ...
drm/amd/display: correct rn NUM_VMIDSave the correct num vmid during resource creation and fix RN gpuvmlevel from 1 to 16 vmid entries.Signed-off-by: Dmytro Laktyushkin <[email protected]
drm/amd/display: correct rn NUM_VMIDSave the correct num vmid during resource creation and fix RN gpuvmlevel from 1 to 16 vmid entries.Signed-off-by: Dmytro Laktyushkin <[email protected]>Reviewed-by: Eric Bernstein <[email protected]>Acked-by: Rodrigo Siqueira <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm/amd/display: System crashes when add_ptb_to_table() gets called[Why]Unused VMIDs were not evicted correctly[How]1. evict_vmids() logic was fixed;2. Added boundary check for add_ptb_to_tabl
drm/amd/display: System crashes when add_ptb_to_table() gets called[Why]Unused VMIDs were not evicted correctly[How]1. evict_vmids() logic was fixed;2. Added boundary check for add_ptb_to_table() and clear_entry_from_vmid_table() to avoid crash caused by array out of boundary;3. For mod_vmid_get_for_ptb(), vimd is changed from unsigned to signed due to vimd is signed.Signed-off-by: Peikang Zhang <[email protected]>Reviewed-by: Aric Cyr <[email protected]>Acked-by: Rodrigo Siqueira <[email protected]>Acked-by: Harry Wentland <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm/amd/display: add missing mod_vmid destructormod_vmid is missing a destructor.Signed-off-by: Dmytro Laktyushkin <[email protected]>Reviewed-by: Charlene Liu <[email protected]>Ac
drm/amd/display: add missing mod_vmid destructormod_vmid is missing a destructor.Signed-off-by: Dmytro Laktyushkin <[email protected]>Reviewed-by: Charlene Liu <[email protected]>Acked-by: Bhawanpreet Lakha <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm/amd/display: move vmid determination logic to a moduleCurrently vmid is decided internally inside dc. With the introductionof new asics we are required to coordinate vmid use with externalcom
drm/amd/display: move vmid determination logic to a moduleCurrently vmid is decided internally inside dc. With the introductionof new asics we are required to coordinate vmid use with externalcomponents.This change converts vmid logic to a DAL module allowing vmid to bepassed in as a parameter to DC.Signed-off-by: Dmytro Laktyushkin <[email protected]>Reviewed-by: Charlene Liu <[email protected]>Acked-by: Bhawanpreet Lakha <[email protected]>Signed-off-by: Alex Deucher <[email protected]>