drm/amd: Fix spelling typo in commentsFix spelling typo in comments.Reported-by: k2ci <kernel-bot@kylinos.cn>Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>Signed-off-by: Alex Deucher <alexan
drm/amd: Fix spelling typo in commentsFix spelling typo in comments.Reported-by: k2ci <kernel-bot@kylinos.cn>Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 <Dmytro.Laktyushkin@amd.c
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 <Dmytro.Laktyushkin@amd.com>Reviewed-by: Eric Bernstein <Eric.Bernstein@amd.com>Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 <peikang.zhang@amd.com>Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>Acked-by: Harry Wentland <harry.wentland@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: add missing mod_vmid destructormod_vmid is missing a destructor.Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>Ac
drm/amd/display: add missing mod_vmid destructormod_vmid is missing a destructor.Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 <Dmytro.Laktyushkin@amd.com>Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>