aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2021-05-27drm/amd/display: Make assert in DCE's program_bit_depth_reduction more lenient.Mario Kleiner1-2/+2
2021-05-27drm/amd/display: Increase linebuffer pixel depth to 36bpp.Mario Kleiner8-10/+19
2021-05-27drm/amd/display: Add support for SURFACE_PIXEL_FORMAT_GRPH_ABGR16161616.Mario Kleiner15-6/+29
2021-05-27drm/fourcc: Add 16 bpc fixed point framebuffer formats.Mario Kleiner1-0/+4
2021-05-27drm/i915: Add Wa_14010733141Aditya Swarup2-63/+137
2021-05-27drm/amdgpu/acpi: make ATPX/ATCS structures global (v2)Alex Deucher4-161/+139
2021-05-27drm/amd/amdgpu:save psp ring wptr to avoid attackVictor Zhao3-2/+5
2021-05-27drm/amdgpu/swsmu/aldebaran: fix check in is_dpm_runningAlex Deucher1-1/+4
2021-05-27drm/amd/display/modules/hdcp/hdcp_psp: Remove unused function 'mod_hdcp_hdcp1...Lee Jones1-13/+0
2021-05-27drm/amd/display/dmub/src/dmub_srv_stat: Convert function header to kernel-docLee Jones1-13/+6
2021-05-27drm/amd/display/dc/core/dc: Convert function headers to kernel-docLee Jones1-35/+11
2021-05-27drm/amd/display/dc/dce110/dce110_hw_sequencer: Include header containing our ...Lee Jones1-0/+1
2021-05-27drm/amd/display/amdgpu_dm/amdgpu_dm: Fix kernel-doc formatting issueLee Jones1-1/+1
2021-05-27drm/amd/amdgpu/amdgpu_device: Make local function staticLee Jones1-1/+1
2021-05-27drm/amd/display/dc/dce/dce_mem_input: Remove duplicate initialisation of GRPH...Lee Jones1-1/+0
2021-05-27drm/amd/display/dc/dce/dce_mem_input: Remove duplicate initialisation of GRPH...Lee Jones1-1/+0
2021-05-27drm/amd/display/dc/dce110/dce110_hw_sequencer: Include our own headerLee Jones1-0/+2
2021-05-27drm/amd/display/dc/gpio/gpio_service: Pass around correct dce_{version, envir...Lee Jones2-8/+8
2021-05-27drm/amd/display/dc/dce/dmub_outbox: Convert over to kernel-docLee Jones1-13/+4
2021-05-27drm/amd/display/amdgpu_dm/amdgpu_dm: Functions must directly follow their hea...Lee Jones1-1/+1
2021-05-27drm/amd/display/dc/bios/bios_parser: Fix formatting and misnaming issuesLee Jones1-3/+3
2021-05-27drm/amd/display/dc/bios/command_table_helper2: Fix function name 'dal_cmd_tab...Lee Jones1-1/+1
2021-05-27drm/amd/display/dc/bios/command_table_helper: Fix function name for 'dal_cmd_...Lee Jones1-1/+1
2021-05-27drm/amd/pm/powerplay/hwmgr/vega20_hwmgr: Provide function name 'vega20_init_s...Lee Jones1-1/+1
2021-05-27drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Kernel-doc headers must contain func...Lee Jones1-11/+15
2021-05-27drm/amd/pm/powerplay/hwmgr/vega12_hwmgr: Provide 'vega12_init_smc_table()' fu...Lee Jones1-1/+1
2021-05-27drm/amd/pm/powerplay/hwmgr/vega12_thermal: Provide function nameLee Jones1-1/+2
2021-05-27drm/amd/pm/powerplay/hwmgr/smu7_thermal: Provide function name for 'smu7_fan_...Lee Jones1-4/+4
2021-05-27drm/amd/pm/inc/smu_v13_0: Move table into the only source file that uses itLee Jones2-6/+6
2021-05-27drm/amdgpu/acpi: fix typo in ATCS handlingAlex Deucher1-1/+1
2021-05-27Revert "drm/amd/display: Refactor and add visual confirm for HW Flip Queue"Qingqing Zhuo14-68/+25
2021-05-27drm/amd/display: 3.2.137Aric Cyr1-1/+1
2021-05-27drm/amd/display: fix odm scalingDmytro Laktyushkin7-386/+232
2021-05-27drm/amd/display: Refactor SST DSC Determination PolicyFangzhi Zuo1-40/+63
2021-05-27drm/amd/display: Add Log for SST DSC Determination PolicyFangzhi Zuo1-1/+3
2021-05-27drm/amd/display: isolate 8b 10b link training sequence into its own functionWenjing Liu1-56/+62
2021-05-27drm/amd/display: add exit training mode and update channel coding in LTWenjing Liu3-18/+58
2021-05-27drm/amd/display: Implement INBOX0 usage in driverAlvin Lee5-0/+23
2021-05-27drm/amd/display: Fix potential memory leak in DMUB hw_initRoman Li1-2/+2
2021-05-27drm/amd/display: Remove redundant safeguards for dmub-srv destroy()Roman Li1-4/+1
2021-05-27drm/amd/display: Expand DP module clock recovery API.Jimmy Kizito2-43/+85
2021-05-27drm/amd/display: Update DP link configuration.Jimmy Kizito2-25/+83
2021-05-27drm/amd/display: Retrieve DSC Branch Decoder CapsFangzhi Zuo1-2/+8
2021-05-27drm/amd/display: disable desktop VRR when using older flip modelhvanzyll2-10/+22
2021-05-27drm/amd/display: Added support for individual control for multiple back-light...Jake Wang6-27/+47
2021-05-27drm/amdgpu: Use delayed work to collect RAS error countersLuben Tuikov3-2/+74
2021-05-27drm/amdgpu: Fix RAS function interfaceLuben Tuikov2-10/+18
2021-05-27drm/amdgpu: Don't query CE and UE errorsLuben Tuikov1-16/+0
2021-05-27drm/amdgpu: Correctly clear GCEA error statusMukul Joshi1-3/+7
2021-05-27drm/amd/display: Fix overlay validation by considering cursorsRodrigo Siqueira1-1/+9