summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/bios/command_table2.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27drm/amd/display: Fix uninitialized variables in DCAlex Hung1-1/+1
2024-01-16drm/amdgpu: check PS, WS indexAlexander Richards1-1/+1
2023-12-19drm/amd/display: Wake DMCUB before sending a commandNicholas Kazlauskas1-6/+6
2023-12-06drm/amd/display: Pass pwrseq inst for backlight and ABMLewis Huang1-6/+6
2023-04-18drm/amd/display: refactor dmub commands into single functionJosip Pavic1-19/+6
2023-01-17drm/amd/display: Skip backlight control delay on external powered linksTony Tascioglu1-6/+6
2023-01-17drm/amd/display: Optimize link power-down when link powered externallyTony Tascioglu1-4/+10
2022-01-26drm/amd/display: Drop DCN for DP2.x logicWenjing Liu1-4/+0
2021-09-30gpu: amd: replace open-coded offsetof() with builtinArnd Bergmann1-3/+1
2021-09-01drm/amd/display: Add DP 2.0 BIOS and DMUB SupportFangzhi Zuo1-0/+10
2021-03-24drm/amd/display: Added multi instance support for panel controlJake Wang1-8/+13
2021-02-19drm/amd/display: Implement transmitter control v1.7Eric Bernstein1-1/+71
2020-08-26drm/amd/display: Call DMUB for eDP power controlChris Park1-0/+28
2020-08-17drm/amd/display: Call DMUB for eDP power controlChris Park1-0/+28
2020-08-11drm/amd/display: convert to use le16_add_cpu()Qinglang Miao1-4/+1
2020-04-28drm/amd/display: Pass command instead of header into DMUB serviceNicholas Kazlauskas1-20/+42
2020-02-11drm/amd/display: Don't map ATOM_ENABLE to ATOM_INITNicholas Kazlauskas1-4/+0
2020-02-11drm/amd/display: Don't treat missing command table as failureNicholas Kazlauskas1-2/+2
2020-01-23drm/amd/display: Call ATOM_INIT instead of ATOM_ENABLE for DMCUBNicholas Kazlauskas1-0/+4
2020-01-23drm/amd/display: Fallback to DMCUB when command table is missingNicholas Kazlauskas1-4/+70
2019-12-06drm/amd/display: Split DMUB cmd type into type/subtypeNicholas Kazlauskas1-4/+9
2019-11-13drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guardsNicholas Kazlauskas1-19/+8
2019-11-13drm/amd/display: Add DMUB support to DCNicholas Kazlauskas1-0/+91
2019-01-26drm/amd/display: Connect dig_fe to otg directly instead of calling bioshersen wu1-70/+0
2019-01-14drm/amd/display: Expand set_pixel_clock debug log messageKen Chalmers1-3/+5
2019-01-14drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers1-4/+2
2018-07-06drm/amd/display: Define dp_alt_modeCharlene Liu1-29/+17
2018-04-11drm/amd/dc: Use atombios api directly in DCRex Zhu1-10/+16
2018-03-14drm/amd/display: Allow passing of syspll id to get_smu_clock_infoJerry (Fangzhi) Zuo1-2/+3
2018-03-05drm/amd/display: define DC_LOGGER for loggerBhawanpreet Lakha1-6/+5
2018-03-05drm/amd/display: Use MACROS instead of dm_loggerBhawanpreet Lakha1-3/+3
2018-01-24drm/amd/display: Demote error print to debug print when ATOM impl missingHarry Wentland1-8/+8
2017-12-20drm/amd/display: Error print when ATOM BIOS implementation is missingHarry Wentland1-0/+13
2017-11-08amdgpu/dc: fix indentation warning from smatch.Dave Airlie1-9/+9
2017-09-27drm/amd/display: Stop including atomfimrwareid.h directlyHarry Wentland1-1/+0
2017-09-27drm/amd/display: Less log spamJordan Lazare1-6/+6
2017-09-27drm/amd/display: Add DCE12 bios parser supportHarry Wentland1-0/+813