summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce
AgeCommit message (Expand)Author
2021-02-18drm/amd/display: Fix potential integer overflowGustavo A. R. Silva
2021-02-09drm/amd/display: Initialize dmub_rb_cmd unions to 0Wyatt Wood
2021-02-09drm/amd/display: fix 64bit division issue on 32bit OSLang Yu
2021-02-02drm/amd/display: Add Freesync HDMI support to DMCUStylon Wang
2021-01-25drm/amd/display: Fix HDMI deep color output for DCE 6-11.Mario Kleiner
2021-01-25drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction.Mario Kleiner
2021-01-13drm/amd/display/dc/dce/dce_opp: Remove duplicate entries causing 'field overw...Lee Jones
2021-01-13drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwrit...Lee Jones
2021-01-13drm/amd/display/dc/dce/dce_transform: Demote kernel-doc abuseLee Jones
2021-01-13drm/amd/display/dc/dce/dce_opp: Demote non-compliant kernel-doc headersLee Jones
2021-01-13drm/amd/display/dc/dce/dce_link_encoder: Remove unused variable 'value0'Lee Jones
2021-01-13drm/amd/display/dc/dce/dce_aux: Mark 'dce_aux_transfer_raw' as __maybe_unusedLee Jones
2021-01-11drm/amd/display/dc/dce/dmub_psr: Demote non-conformant kernel-doc headersLee Jones
2021-01-11drm/amd/display/dc/dce/dce_panel_cntl: Remove unused variables 'bl_pwm_cntl' ...Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_i2c_sw: Make a bunch of local functions staticLee Jones
2021-01-11drm/amd/display/dc/dce/dce_i2c_hw: Make functions called by reference staticLee Jones
2021-01-11drm/amd/display/dc/dce/dce_aux: Remove unused function 'get_engine_type'Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_opp: Make local functions and ones invoked by refe...Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file...Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load...Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_transform: Remove 3 unused/legacy variablesLee Jones
2021-01-11drm/amd/display/dc/dce/dce_clock_source: Fix formatting/spelling of worthy fu...Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_link_encoder: Make functions invoked by reference ...Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_stream_encoder: Remove unused variable 'regval'Lee Jones
2021-01-11drm/amd/display/dc/dce/dce_audio: Make function invoked by reference staticLee Jones
2020-12-16drm/amd/display: Add get_dig_frontend implementation for DCExRodrigo Siqueira
2020-12-15drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to headerEric Bernstein
2020-11-24drm/amd/display: To update backlight restore mechanismCamille Cho
2020-11-24drm/amd/display: Add DMCU memory low power supportJacky Liao
2020-11-16drm/amd/display: Add dual edp optimization flag.Yongqiang Sun
2020-11-16drm/amd/display: Add I2C memory low power supportJacky Liao
2020-11-16drm/amd/display: Hook up PSR residency command to DSATWyatt Wood
2020-11-10drm/amd/display: Move common speakersToChannels definition to hw_shared.hEric Bernstein
2020-11-10drm/amd/display: Engage PSR synchronouslyKrunoslav Kovac
2020-11-04drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher
2020-11-02drm/amd/display: Add OPTC memory low power supportJacky Liao
2020-10-27drm/amd/display: correct asic type check V2Evan Quan
2020-10-26drm/amd/display: Using udelay for specific dongle while edid return deferjinlong zhang
2020-10-26drm/amd/display: Refactor ABM_MASK_SH_LIST_DCN301 namingRoman Li
2020-10-23drm/amd/display: Fixed panic during seamless boot.David Galiffi
2020-10-23drm/amdgpu: remove unneeded breakTom Rix
2020-10-12drm/amd/display: Add support for DCN302 (v2)Bhawanpreet Lakha
2020-10-05drm/amd/display: Add i2c speed arbitration for dc_i2c and hdcp_i2cCharlene Liu
2020-10-05drm/amd/display: Add dcn3.01 support to DC (v2)Roman Li
2020-09-29drm/amd/display: Ensure all debug bits are passed to fwWyatt Wood
2020-09-22drm/amd/display: Implement PSR wait for enable/disableWyatt Wood
2020-09-22drm/amd/display: Bug in dce_is_panel_backlight_on()Peikang Zhang
2020-09-22drm/amd/display: Fix incorrect backlight register offset for DCNDavid Galiffi
2020-09-15drm/amd/display: Rename set_mst_bandwidth to align with DP specGeorge Shen
2020-08-18drm/amd/display: fix potential integer overflow when shifting 32 bit variable...Colin Ian King