summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce
AgeCommit message (Expand)AuthorFilesLines
2021-04-15drm/amd/display: Fix DSC enable sequenceMike Hsieh1-0/+2
2021-04-09drm/amd/display: Retry getting PSR state if command times outWyatt Wood1-11/+18
2021-04-09drm/amd/display: use GFP_ATOMIC in dcn20_resource_constructNirmoy Das2-4/+4
2021-03-05drm/amd/display: remove redundant initialization of variable statusColin Ian King1-1/+1
2021-03-05drm/amd/display: Process crc window at DMCUWayne Lin1-0/+84
2021-03-03drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwrit...Lee Jones1-1/+0
2021-03-02drm/amd/display: Fix 64 bit divisions on 32 bit platforms by using div64 APIVladimir Stempen1-3/+3
2021-03-02drm/amd/display: Return invalid state if GPINT times outWyatt Wood1-5/+10
2021-03-02drm/amd/display: Refactored DC interfaces to support multiple eDPJake Wang1-0/+1
2021-03-02drm/amd/display: Support for DMUB AUXMeenakshikumar Somasundaram5-20/+118
2021-02-27drm/amd/display/dc/dce/dmub_psr: Remove unnecessary conversion to boolJiapeng Chong1-2/+1
2021-02-24drm/amd/display: Allow spatial dither to 10 bpc on all DCEMario Kleiner1-3/+1
2021-02-23drm/amd/display: Synchronize displays with different timingsVladimir Stempen1-6/+46
2021-02-19drm/amd/display: Change ABM sample ratePo-Ting Chen1-5/+5
2021-02-19drm/amd/display: Fix potential integer overflowGustavo A. R. Silva1-1/+1
2021-02-09drm/amd/display: Initialize dmub_rb_cmd unions to 0Wyatt Wood3-2/+10
2021-02-09drm/amd/display: fix 64bit division issue on 32bit OSLang Yu1-1/+1
2021-02-02drm/amd/display: Add Freesync HDMI support to DMCUStylon Wang2-0/+131
2021-01-26drm/amd/display: Fix HDMI deep color output for DCE 6-11.Mario Kleiner2-0/+15
2021-01-26drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction.Mario Kleiner1-4/+4
2021-01-14drm/amd/display/dc/dce/dce_opp: Remove duplicate entries causing 'field overw...Lee Jones1-2/+0
2021-01-14drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwrit...Lee Jones1-1/+0
2021-01-14drm/amd/display/dc/dce/dce_transform: Demote kernel-doc abuseLee Jones1-1/+1
2021-01-14drm/amd/display/dc/dce/dce_opp: Demote non-compliant kernel-doc headersLee Jones1-8/+8
2021-01-14drm/amd/display/dc/dce/dce_link_encoder: Remove unused variable 'value0'Lee Jones1-2/+1
2021-01-14drm/amd/display/dc/dce/dce_aux: Mark 'dce_aux_transfer_raw' as __maybe_unusedLee Jones1-1/+1
2021-01-12drm/amd/display/dc/dce/dmub_psr: Demote non-conformant kernel-doc headersLee Jones1-11/+11
2021-01-12drm/amd/display/dc/dce/dce_panel_cntl: Remove unused variables 'bl_pwm_cntl' ...Lee Jones1-4/+4
2021-01-12drm/amd/display/dc/dce/dce_i2c_sw: Make a bunch of local functions staticLee Jones1-4/+5
2021-01-12drm/amd/display/dc/dce/dce_i2c_hw: Make functions called by reference staticLee Jones1-2/+2
2021-01-12drm/amd/display/dc/dce/dce_aux: Remove unused function 'get_engine_type'Lee Jones1-6/+0
2021-01-12drm/amd/display/dc/dce/dce_opp: Make local functions and ones invoked by refe...Lee Jones1-4/+4
2021-01-12drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file...Lee Jones2-2/+4
2021-01-12drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load...Lee Jones1-1/+1
2021-01-12drm/amd/display/dc/dce/dce_transform: Remove 3 unused/legacy variablesLee Jones1-13/+0
2021-01-12drm/amd/display/dc/dce/dce_clock_source: Fix formatting/spelling of worthy fu...Lee Jones1-29/+28
2021-01-12drm/amd/display/dc/dce/dce_link_encoder: Make functions invoked by reference ...Lee Jones1-3/+3
2021-01-12drm/amd/display/dc/dce/dce_stream_encoder: Remove unused variable 'regval'Lee Jones1-2/+1
2021-01-12drm/amd/display/dc/dce/dce_audio: Make function invoked by reference staticLee Jones1-1/+1
2020-12-16drm/amd/display: Add get_dig_frontend implementation for DCExRodrigo Siqueira2-1/+43
2020-12-15drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to headerEric Bernstein1-1/+1
2020-11-24drm/amd/display: To update backlight restore mechanismCamille Cho1-19/+17
2020-11-24drm/amd/display: Add DMCU memory low power supportJacky Liao1-2/+5
2020-11-16drm/amd/display: Add dual edp optimization flag.Yongqiang Sun1-0/+1
2020-11-16drm/amd/display: Add I2C memory low power supportJacky Liao2-0/+28
2020-11-16drm/amd/display: Hook up PSR residency command to DSATWyatt Wood2-0/+15
2020-11-10drm/amd/display: Move common speakersToChannels definition to hw_shared.hEric Bernstein1-82/+0
2020-11-10drm/amd/display: Engage PSR synchronouslyKrunoslav Kovac3-56/+82
2020-11-05drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher4-51/+8
2020-11-02drm/amd/display: Add OPTC memory low power supportJacky Liao1-2/+10