1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display/dc
Duncan Ma f1eb045639 drm/amd/display: Fix dig register undefined
[Why]
Some of the stream encoder registers have register offset address 0. It
is causing no display in some scenarios due to DIG_FE was not setup
correctly and was not enabled.

[How]
Fix stream encoder register define list.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Duncan Ma <duncan.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-09-20 16:24:07 -04:00
..
basics drm/amd/display: Add missing static 2023-07-18 11:13:30 -04:00
bios drm/amd/display: Add DCN35 BIOS command table support 2023-08-30 15:51:14 -04:00
clk_mgr drm/amd/display: fix some non-initialized register mask and setting 2023-09-11 17:17:57 -04:00
core drm/amd/display: Hook up 'content type' property for HDMI 2023-09-20 16:24:07 -04:00
dce drm/amd/display: add dp dto programming function to dccg 2023-09-11 17:17:17 -04:00
dce60 drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings 2023-03-22 00:48:00 -04:00
dce80 drm/amd/display: Improve the include of header file 2023-07-18 11:13:08 -04:00
dce100 drm/amd/display: implement pipe type definition and adding accessors 2023-08-15 18:08:28 -04:00
dce110 drm/amd/display: Fix MST recognizes connected displays as one 2023-09-11 17:18:05 -04:00
dce112 drm/amd/display: implement pipe type definition and adding accessors 2023-08-15 18:08:28 -04:00
dce120 drm/amd/display: Refactor fast update to use new HWSS build sequence 2023-06-09 12:41:22 -04:00
dcn10 drm/amd/display: fix some non-initialized register mask and setting 2023-09-11 17:17:57 -04:00
dcn20 drm/amd/display: Fix MST recognizes connected displays as one 2023-09-11 17:18:05 -04:00
dcn21 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dcn30 drm/amd/display: Update DCN32 for DCN35 support 2023-08-30 15:51:14 -04:00
dcn31 drm/amd/display: Update DCN31 for DCN35 support 2023-08-30 15:51:14 -04:00
dcn32 drm/amd/display: add skip_implict_edp_power_control flag for dcn32 2023-09-11 17:19:04 -04:00
dcn35 drm/amd/display: Fix dig register undefined 2023-09-20 16:24:07 -04:00
dcn201 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dcn301 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dcn302 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dcn303 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dcn314 drm/amd/display: Update DCN314 for DCN35 support 2023-08-30 15:51:14 -04:00
dcn315 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dcn316 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dcn321 drm/amd/display: add more pipe resource interfaces 2023-08-30 15:35:30 -04:00
dml drm/amd/display: move odm power optimization decision after subvp optimization 2023-09-11 17:18:30 -04:00
dsc drm/amd/display: Add link encoding to timing BW calculation parameters 2023-07-18 11:15:51 -04:00
gpio drm/amd/display: Add DCN35 GPIO 2023-08-30 15:51:14 -04:00
hdcp drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCP 2023-03-07 14:22:39 -05:00
inc drm/amd/display: add seamless pipe topology transition check 2023-09-11 17:18:23 -04:00
irq drm/amd/display: Add DCN35 IRQ 2023-08-30 15:51:15 -04:00
link drm/amd/display: clean up some inconsistent indenting 2023-09-11 17:19:12 -04:00
virtual drm/amd/display: make virtual_disable_link_output static 2022-10-11 11:32:59 -04:00
dc.h drm/amd/display: 3.2.250 2023-09-11 17:18:16 -04:00
dc_bios_types.h drm/amd/display: Skip backlight control delay on external powered links 2023-01-17 15:40:28 -05:00
dc_ddc_types.h drm/amd/display: move public dc link function implementation to dc_link_exports 2023-02-14 16:06:28 -05:00
dc_dmub_srv.c drm/amd/display: Add check for vrr_active_fixed 2023-09-11 17:17:51 -04:00
dc_dmub_srv.h drm/amd/display: Add DCN35 DMUB 2023-08-30 15:51:15 -04:00
dc_dp_types.h drm/amd/display: Add structs for Freesync Panel Replay 2023-08-07 17:12:49 -04:00
dc_dsc.h drm/amd/display: Add link encoding to timing BW calculation parameters 2023-07-18 11:15:51 -04:00
dc_edid_parser.c drm/amd/display: Add Freesync HDMI support to DMCU 2021-02-02 12:11:41 -05:00
dc_edid_parser.h drm/amd/display: Add Freesync HDMI support to DMCU 2021-02-02 12:11:41 -05:00
dc_hdmi_types.h drm/amd/display/dc/dc_hdmi_types: Move string definition to the only file it's used in 2023-03-22 00:47:59 -04:00
dc_helper.c drm/amd/display: Add DCN35 family information 2023-08-30 15:51:13 -04:00
dc_hw_types.h drm/amd/display: Rename DCN config to FP 2023-03-07 14:22:40 -05:00
dc_stat.h drm/amd/display: DMUB Outbound Interrupt Process-X86 2021-07-08 15:14:36 -04:00
dc_stream.h drm/amd/display: Remove unused display_content_support 2023-09-20 16:24:07 -04:00
dc_trace.h drm/amd/display: Add events log to trace OPTC lock and unlock 2022-10-24 14:36:06 -04:00
dc_types.h drm/amd/display: Remove unused display_content_support 2023-09-20 16:24:07 -04:00
dm_cp_psp.h drm/amd/display: unhard code link to phy idx mapping in dc link and clean up 2022-01-07 17:21:20 -05:00
dm_event_log.h
dm_helpers.h drm/amd/display: Enable Freesync over PCon 2023-01-31 14:00:44 -05:00
dm_pp_smu.h drm/amdgpu/pm: display vcn pp dpm (v4) 2021-05-21 10:31:55 -04:00
dm_services.h drm/amd/display: Show the DCN/DCE version in the log 2023-06-09 09:34:09 -04:00
dm_services_types.h drm/amd/display: refactor dmub commands into single function 2023-04-18 16:28:52 -04:00
irq_types.h drm/amd/display: Remove underflow IRQ type 2022-04-05 10:29:47 -04:00
Makefile drm/amd/display: Add DCN35 blocks to Makefile 2023-08-30 15:51:15 -04:00
os_types.h drm/amd/display: Rename DCN config to FP 2023-03-07 14:22:40 -05:00