summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2018-07-27drm/amd/display: DC 3.1.59Harry Wentland1-1/+1
2018-07-27drm/amd/display: Prevent PSR from being enabled if initialization failsAnthony Koo2-16/+24
2018-07-27drm/amd/display: Fix Vega10 black screen after mode changeJerry (Fangzhi) Zuo3-1/+16
2018-07-27drm/amd/display: flatten aux_engine and engineBhawanpreet Lakha12-186/+140
2018-07-27drm/amd/display: Retry link training againBhawanpreet Lakha3-4/+24
2018-07-24drm/amd/display: DC 3.1.58Harry Wentland1-1/+1
2018-07-24drm/amd/display: separate dc_debug into dc_debug_options and dc_debug dataJun Lei6-15/+18
2018-07-24drm/amd/display: Decouple aux from i2cBhawanpreet Lakha14-14/+1549
2018-07-24drm/amd/display: DPP CM ICSC AYCRCB8888 format supportvikrant mhaske2-1/+5
2018-07-24drm/amd/display: On dce100, set clocks to 0 on suspendDavid Francis1-3/+16
2018-07-24drm/amd/display: allow diags to skip initial link trainingTony Cheng4-3/+9
2018-07-24drm/amd/display: Remove unnecessary warningMikita Lipski1-4/+0
2018-07-19drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer23-51/+51
2018-07-17drm/amd/display: Fix some checkpatch.pl errors and warnings in dc_link_dp.cHarry Wentland1-17/+18
2018-07-17drm/amd/display: Null ptr check for set_sdr_white_levelKrunoslav Kovac1-1/+2
2018-07-17drm/amd/display: dal 3.1.56Harry Wentland1-1/+1
2018-07-17drm/amd/display: add new dc debug structure to track debug dataJun Lei2-0/+8
2018-07-17drm/amd/display: Move address tracking out of HUBPTony Cheng3-9/+15
2018-07-17drm/amd/display: Add hook for MST root branch infoNikola Cornij2-0/+12
2018-07-17drm/amd/display: add HDR visual confirmGloria Li6-11/+63
2018-07-17drm/amd/display: Refactor SDR cursor boosting in HDR modeKrunoslav Kovac10-26/+70
2018-07-13drm/amd/display: properly turn autocal offDmytro Laktyushkin1-6/+6
2018-07-13drm/amd/display: Initialize data structure for DalMpVisualConfirm.Hugo Hu1-1/+1
2018-07-13drm/amd/display: dal 3.1.55Tony Cheng1-1/+1
2018-07-13drm/amd/display: update dml to match DV dmlDmytro Laktyushkin1-0/+1
2018-07-13drm/amd/display: add max scl ratio to soc bounding boxDmytro Laktyushkin1-0/+2
2018-07-13drm/amd/display: Fix new stream count check in dc_add_stream_to_ctxKen Chalmers1-2/+2
2018-07-13drm/amd/display: Expose couple OPTC functions through headerDavid Francis1-0/+11
2018-07-13drm/amd/display: Add CRC support for DCNDavid Francis2-3/+114
2018-07-13drm/amd/display: Return out_link_loss from interrupt handlerFatemeh Darbehani2-2/+8
2018-07-13drm/amd/display: Add NULL check for local sink in edp_power_controlYue Hin Lau1-2/+4
2018-07-13drm/amd/display: add DalEnableHDMI20 key supportCharlene Liu3-0/+13
2018-07-13drm/amd/display: introduce concept of send_reset_length for i2c enginesCharlene Liu5-12/+43
2018-07-13drm/amd/display: Read AUX channel even if only status byte is returnedLeo (Sunpeng) Li1-1/+1
2018-07-13drm/amd/display: Right shift AUX reply value sooner than laterLeo (Sunpeng) Li1-2/+2
2018-07-13drm/amd/display: Expose bunch of functions from dcn10_hw_sequencerEric Bernstein3-25/+49
2018-07-13drm/amd/display: dal 3.1.54Tony Cheng1-1/+1
2018-07-13drm/amd/display: expose dcn10_aux_initialize in headerYongqiang Sun2-8/+4
2018-07-13drm/amd/display: add dcn cursor hotsport rotation and mirror supportDmytro Laktyushkin4-5/+22
2018-07-13drm/amd/display: set default GPIO_ID_HPDCharlene Liu1-0/+1
2018-07-13drm/amd/display: add missing mask for dcnCharlene Liu1-1/+2
2018-07-13drm/amd/display: Patch for extend time to panel poweron.Hugo Hu2-3/+7
2018-07-13drm/amd/display: add additional info for cursor position programmingDmytro Laktyushkin5-12/+15
2018-07-13drm/amd/display: drop unused register definesDmytro Laktyushkin1-6/+2
2018-07-13drm/amd/display: remove dentist_vco_freq from resource_poolDmytro Laktyushkin1-1/+0
2018-07-13drm/amd/display: dcc always on for bw calculations on ravenDmytro Laktyushkin1-1/+18
2018-07-13drm/amd/display: read DP sink and DP branch hardware and firmware revision fr...Alvin lee2-0/+30
2018-07-13drm/amd/display: Convert remaining loggers off dc_loggerNicholas Kazlauskas11-558/+49
2018-07-13drm/amd/display: Return aux replies directly to DRMHarry Wentland2-81/+61
2018-07-13drm/amd/display: Break out function to simply read aux replyHarry Wentland2-49/+76