aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2021-06-04drm/amd/display: Add DCN3.1 OPTCNicholas Kazlauskas5-0/+563
2021-06-04drm/amd/display: Add DCN3.1 DIONicholas Kazlauskas6-0/+710
2021-06-04drm/amd/display: Add DCN3.1 DCCGNicholas Kazlauskas4-0/+536
2021-06-04drm/amd/display: Add DCN3.1 clock manager supportNicholas Kazlauskas11-0/+1454
2021-06-04drm/amd/display: Add DCN3.1 yellow carp asic family IDsNicholas Kazlauskas2-0/+16
2021-06-04drm/amd/display: Keep linebuffer pixel depth at 30bpp for DCE-11.0.Mario Kleiner1-2/+9
2021-06-04drm/amd/display: remove variable active_dispColin Ian King1-4/+1
2021-06-04drm/amd/display: Fix uninitialized field when expanding macro MI_DCE12_MASK_SH_LISTLeslie Shi1-0/+1
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie66-801/+852
2021-06-01drm/amd/display: fix warning: ‘update_dsc_caps’ and ‘apply_dsc_policy_for_stream’ defined but not usedBaokun Li1-4/+2
2021-06-01drm/amd/display: Remove the redundant initialization of local variableShaokun Zhang1-9/+8
2021-06-01drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'Yu Kuai1-2/+2
2021-06-01drm/amd/display: Avoid HDCP over-read and corruptionKees Cook1-1/+3
2021-06-01amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomicSimon Ser1-1/+1
2021-06-01drm/amd/display: WARN_ON cleanupsNirmoy Das1-8/+4
2021-06-01drm/amd/display: do not dereference on NULLNirmoy Das1-1/+4
2021-05-27drm/dp_mst: Use kHz as link rate units when settig source max link caps at initNikola Cornij1-2/+2
2021-05-27drm/amd/display: Enable support for 16 bpc fixed-point framebuffers.Mario Kleiner1-0/+12
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/amdgpu/acpi: make ATPX/ATCS structures global (v2)Alex Deucher1-1/+1
2021-05-27drm/amd/display/modules/hdcp/hdcp_psp: Remove unused function 'mod_hdcp_hdcp1_get_link_encryption_status()'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 prototypesLee Jones1-0/+1
2021-05-27drm/amd/display/amdgpu_dm/amdgpu_dm: Fix kernel-doc formatting issueLee Jones1-1/+1
2021-05-27drm/amd/display/dc/dce/dce_mem_input: Remove duplicate initialisation of GRPH_CONTROL__GRPH_NUM_BANKS_{SHIFT, MASKLee Jones1-1/+0
2021-05-27drm/amd/display/dc/dce/dce_mem_input: Remove duplicate initialisation of GRPH_CONTROL__GRPH_NUM_BANKS_{SHIFT, MASK}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, environment} typesLee 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 headersLee 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_table_helper_transmitter_bp_to_atom2()'Lee Jones1-1/+1
2021-05-27drm/amd/display/dc/bios/command_table_helper: Fix function name for 'dal_cmd_table_helper_transmitter_bp_to_atom()'Lee Jones1-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