summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-09-26drm/amd/display: DCE12 num_timing_generators should be 6Harry Wentland1-2/+2
2017-09-26drm/amd/display: Move output transfer function to stream updatesAmy Zhang5-29/+37
2017-09-26drm/amd/display: fix freesync not working on ravenCorbin McElhanney1-0/+10
2017-09-26drm/amd/display: enable watermark range reporting to pplibDmytro Laktyushkin1-1/+1
2017-09-26drm/amd/display: single channel bandwidth verses dual channel bandwidthCharlene Liu1-3/+6
2017-09-26drm/amd/display: Use MED update type if clip position changesHarry Wentland1-4/+3
2017-09-26drm/amd/display: Add 64KB_S_T and 64KB_D_T swizzle mode.Yongqiang Sun1-0/+2
2017-09-26drm/amd/display: switch to using calc_clk and cur_clk for dcn bw settingDmytro Laktyushkin2-30/+79
2017-09-26drm/amd/display: refactor bw related variable structure in val_ctxDmytro Laktyushkin20-278/+270
2017-09-26drm/amd/display: prevent assert on error of 1 in calc_freesync_rangeDmytro Laktyushkin1-2/+4
2017-09-26drm/amd/display: Fix race.Andrey Grodzovsky1-3/+1
2017-09-26drm/amd/display: ifdef some code only needed for DCNHarry Wentland3-0/+8
2017-09-26drm/amd/display: Implement support for backlight optimizationAnthony Koo2-2/+12
2017-09-26drm/amd/display: Continue with stream enable if DP link training fails.Ken Chalmers2-4/+18
2017-09-26drm/amd/display: do not set_mpc_tree if tree is already setupTony Cheng1-7/+23
2017-09-26drm/amd/display: use signal type to decide whether to set backlightAnthony Koo1-1/+1
2017-09-26drm/amd/display: Allow MPO on RavenLeon Elazar1-0/+2
2017-09-26drm/amd/display: Only apply ctx for specific surface.Yongqiang Sun1-6/+8
2017-09-26drm/amd/display: bw debug options now apply to dml as wellDmytro Laktyushkin1-7/+34
2017-09-26drm/amd/display: Keep DVI_SINGLE_LINK signal if low clkHarry Wentland1-3/+6
2017-09-26drm/amd/display: i2c/aux Remove link index.Andrey Grodzovsky8-66/+61
2017-09-26drm/amd/display: Don't call PSR func if DMCU is offHarry Wentland4-19/+24
2017-09-26drm/amdgpu/display: fix semicolon.cocci warningskbuild test robot1-1/+1
2017-09-26drm/amdgpu/display: fix semicolon.cocci warningskbuild test robot1-2/+2
2017-09-26drm/amdgpu: enable dcn1.0 dc support on ravenHawking Zhang1-0/+4
2017-09-26drm/amdgpu/display: Enable DCN in DCAlex Deucher39-7/+1250
2017-09-26drm/amdgpu/display: Add irq support for DCNHarry Wentland2-0/+395
2017-09-26drm/amdgpu/display: Add i2c/aux support for DCNHarry Wentland2-0/+157
2017-09-26drm/amdgpu/display: Add gpio support for DCNHarry Wentland4-0/+666
2017-09-26drm/amdgpu/display: Add dml support for DCNHarry Wentland20-0/+8717
2017-09-26drm/amdgpu/display: Add core dc support for DCNHarry Wentland17-0/+11467
2017-09-26drm/amdgpu/display: Add calcs code for DCNHarry Wentland6-0/+5805
2017-09-26drm/amd/display: fix resume hang because of DP short pulseArindam Nath1-0/+2
2017-09-26drm/amd/display: Assign stream to map before we need itHarry Wentland1-4/+2
2017-09-26drm/amd/display: Get dprefclk ss percentage from vbiosHersen Wu3-48/+51
2017-09-26drm/amd/display: move drr_params definition to TGTony Cheng2-11/+7
2017-09-26drm/amd/display: Disable cursor on video surface.Yongqiang Sun1-0/+4
2017-09-26drm/amd/display: Add support for FreeSync on eDP to moduleEric Cook1-9/+33
2017-09-26drm/amd/display: Add function to set dither optionDing Wang9-58/+160
2017-09-26drm/amd/display: Check for Zero Range in FreeSync CalcEric Cook1-0/+15
2017-09-26drm/amd/display: fix crash caused by incorrect index being used for arrayDmytro Laktyushkin1-1/+1
2017-09-26drm/amd/display: Define dithering optionsDing Wang2-1/+30
2017-09-26drm/amd/display: decouple resource_pool from resource_contextTony Cheng13-147/+161
2017-09-26drm/amd/display: FreeSync Auto Sweep SupportEric Cook13-123/+357
2017-09-26drm/amd/display: no need for return value from ipp_program_degamma_pwlDmytro Laktyushkin1-1/+1
2017-09-26drm/amd/display: dce80, 100, 110 and 112 to dce ipp refactorDmytro Laktyushkin15-848/+171
2017-09-26drm/amd/display: dce120 to dce ipp refactorDmytro Laktyushkin14-525/+521
2017-09-26drm/amd/display: clarify delay param for REG_WAITTony Cheng1-2/+2
2017-09-26drm/amd/display: move tg_color to dc_hw_typesTony Cheng2-18/+6
2017-09-26drm/amd/display: PSR RefactorSylvia Tsai11-150/+93