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 <Daniel.Wheeler@amd.com>Reviewed-by: Martin Leung <Martin.Leung@amd.com>Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>Signed-off-by: Brandon Syu <Brandon.Syu@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amd/display: Fix comments[Why & how]Fix format and typo of comments.Acked-by: Alan Liu <HaoPing.Liu@amd.com>Signed-off-by: Samson Tam <Samson.Tam@amd.com>Tested-by: Daniel Wheeler <daniel.
drm/amd/display: Fix comments[Why & how]Fix format and typo of comments.Acked-by: Alan Liu <HaoPing.Liu@amd.com>Signed-off-by: Samson Tam <Samson.Tam@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 <Rodrigo.Siqueira@amd.com>Acked-by: Stylon Wang <stylon.wang@amd.com>Signed-off-by: Alex Hung <alex.hung@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: move dpcs_3_0_0 headers from dcn to dpcsTo align with other headers.Reviewed-by: Harry Wentland <harry.wentland@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 <luben.tuikov@amd.com> (v1)Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 <martin.leung@amd.com>Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm: amd/display: fix spelling of "function"Fix spellos of "function" in drivers/gpu/drm/amd/display/.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Harry Wentland <harry.wentland@amd.co
drm: amd/display: fix spelling of "function"Fix spellos of "function" in drivers/gpu/drm/amd/display/.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Harry Wentland <harry.wentland@amd.com>Cc: Leo Li <sunpeng.li@amd.com>Cc: amd-gfx@lists.freedesktop.orgCc: dri-devel@lists.freedesktop.orgSigned-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Add DCN3 GPIOAdd support to program GPIO HW blockSigned-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>