drm/amd/display: fix mapping to non-allocated address[Why]There is an issue mapping non-allocated location of memory.It would allocate gpio registers from an array out of bounds.[How]Patch cor
drm/amd/display: fix mapping to non-allocated address[Why]There is an issue mapping non-allocated location of memory.It would allocate gpio registers from an array out of bounds.[How]Patch correct numbers of bounds for using.Tested-by: Daniel Wheeler <[email protected]>Reviewed-by: Martin Leung <[email protected]>Acked-by: Rodrigo Siqueira <[email protected]>Signed-off-by: Brandon Syu <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
show more ...
drm/amd/display: Fix comments[Why & how]Fix format and typo of comments.Acked-by: Alan Liu <[email protected]>Signed-off-by: Samson Tam <[email protected]>Tested-by: Daniel Wheeler <daniel.
drm/amd/display: Fix comments[Why & how]Fix format and typo of comments.Acked-by: Alan Liu <[email protected]>Signed-off-by: Samson Tam <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in gpio[Why & How]CONFIG_DRM_AMD_DC_DCN is used by pass the compilation failures, but DCcode should be OS-agnostic.This patch fixes it by
drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in gpio[Why & How]CONFIG_DRM_AMD_DC_DCN is used by pass the compilation failures, but DCcode should be OS-agnostic.This patch fixes it by removing unnecessasry CONFIG_DRM_AMD_DC_DCNin gpio directory.Reviewed-by: Rodrigo Siqueira <[email protected]>Acked-by: Stylon Wang <[email protected]>Signed-off-by: Alex Hung <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm/amdgpu: move dpcs_3_0_0 headers from dcn to dpcsTo align with other headers.Reviewed-by: Harry Wentland <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Avoids confusion in configurations.v2: fix build when CONFIG_DRM_AMD_DC_DCN is disabledv3: rebase on latest codeReviewed
drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Avoids confusion in configurations.v2: fix build when CONFIG_DRM_AMD_DC_DCN is disabledv3: rebase on latest codeReviewed-by: Luben Tuikov <[email protected]> (v1)Signed-off-by: Alex Deucher <[email protected]>
drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'nswhy:oem-related ddc read/write fails without these regshow:copy from hw_factory_dcn20.cSigned-off-by: Martin Leung <martin.leung
drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'nswhy:oem-related ddc read/write fails without these regshow:copy from hw_factory_dcn20.cSigned-off-by: Martin Leung <[email protected]>Acked-by: Aurabindo Pillai <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm: amd/display: fix spelling of "function"Fix spellos of "function" in drivers/gpu/drm/amd/display/.Signed-off-by: Randy Dunlap <[email protected]>Cc: Harry Wentland <[email protected]
drm: amd/display: fix spelling of "function"Fix spellos of "function" in drivers/gpu/drm/amd/display/.Signed-off-by: Randy Dunlap <[email protected]>Cc: Harry Wentland <[email protected]>Cc: Leo Li <[email protected]>Cc: [email protected]Cc: [email protected]Signed-off-by: Alex Deucher <[email protected]>
drm/amd/display: Add DCN3 GPIOAdd support to program GPIO HW blockSigned-off-by: Bhawanpreet Lakha <[email protected]>Signed-off-by: Alex Deucher <[email protected]>