summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce
AgeCommit message (Expand)AuthorFilesLines
2018-03-21drm/amd/display: Fix FMT truncation programmingMikita Lipski1-2/+2
2018-03-21drm/amd/display: Allow truncation to 10 bitsMikita Lipski1-3/+2
2018-03-19drm/amd/display: Refine disable VGAClark Zheng1-1/+7
2018-03-08drm/amd/display: early return if not in vga mode in disable_vgaEric Yang1-4/+6
2018-03-08drm/amd/display: Fix takover from VGA modeBhawanpreet Lakha1-2/+8
2018-03-08drm/amd/display: Pass signal directly to enable_tmds_outputHarry Wentland2-12/+6
2018-03-08drm/amd/display: Move MAX_TMDS_CLOCK define to headerHarry Wentland1-7/+0
2018-03-08drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.Harry Wentland1-3/+13
2017-12-20drm/amd/display: Fix check for whether dmcu fw is runningAnthony Koo5-25/+42
2017-12-14drm/amd/display: Move wait for hpd ready out from edp power control.Yongqiang Sun1-15/+0
2017-12-14drm/amd/display: Add dppclk to dcn_bw_clocksDmytro Laktyushkin1-1/+2
2017-12-14drm/amd/display: try to find matching audio inst for enc inst firstCharlene Liu1-3/+1
2017-12-14drm/amd/display: fix seq issue: turn on clock before programming afmt.Charlene Liu1-1/+3
2017-12-07drm/amdgpu: add license to MakefilesAlex Deucher1-0/+21
2017-12-06drm/amd/display: DMCU and ABM maintenance and refactorAnthony Koo2-27/+23
2017-12-06drm/amd/display: A few more color indentation changesHarry Wentland2-21/+17
2017-12-06drm/amd/display: Remove unused register read in program_pwlHarry Wentland1-3/+0
2017-12-06drm/amd/display: Bunch more color indentation cleanupsHarry Wentland1-55/+49
2017-12-06drm/amd/display: Remove extra arr_points elementHarry Wentland1-1/+1
2017-12-06drm/amd/display: remove unnecessary waits in dcn10Dmytro Laktyushkin1-9/+0
2017-12-06drm/amd/display: Bunch of indentation cleanups in color stuffHarry Wentland1-106/+64
2017-12-06drm/amd/display: Don't use dc_link in link_encoderAndrew Jiang2-22/+17
2017-12-05drm/amd/display: correct DP is always in full range or bt609Charlene Liu1-8/+17
2017-12-05drm/amd/display: Move hdr_metadata from plane to streamAnthony Koo1-1/+10
2017-12-05drm/amd/display: DMCU FW loading from PSPAnthony Koo2-7/+181
2017-11-29drm/amd/display: Bunch of smatch error and warning fixes in DCHarry Wentland1-5/+5
2017-11-29drm/amd/display: try to find matching audio inst for enc inst firstCharlene Liu1-3/+1
2017-11-29drm/amd/display: fix seq issue: turn on clock before programming afmt.Charlene Liu1-0/+5
2017-11-14drm/amd/display: fix AZ clock not enabled before program AZ endpointCharlene Liu1-2/+29
2017-11-08amdgpu/dc: fix indentation warning from smatch.Dave Airlie2-21/+21
2017-10-21drm/amd/display: Fix warning about uninitialized variableHarry Wentland1-1/+1
2017-10-21drm/amd/display: add performance trace macro to dcDmytro Laktyushkin1-5/+0
2017-10-21drm/amd/display: rename struct mem_input to hubp for dcnYue Hin Lau1-3/+0
2017-10-21drm/amd/display: group DCN watermark registersEric Bernstein1-8/+11
2017-10-21drm/amd/display: fix re-enabling stutter for ravenBhawanpreet Lakha1-0/+4
2017-10-21drm/amd/display: Move power control from link encoder to hwsequencerAndrew Jiang3-182/+15
2017-10-21drm/amd/display: moving cursor functions from ipp to mem_inputYue Hin Lau1-0/+2
2017-10-21drm/amd/display: moving backlight registers to hwsequencerYue Hin Lau3-108/+45
2017-10-21drm/amd/display: removing remaining register definitions work aroundYue Hin Lau2-15/+22
2017-10-21drm/amd/display: fixing register includesYue Hin Lau1-45/+44
2017-10-17drm/amd/display/dc: drop dm_delay_in_microsecondsAlex Deucher1-2/+2
2017-10-06amdgpu/dc: set a bunch of functions to static.Dave Airlie2-5/+4
2017-09-29amdgpu/dc: make some audio functions return voidDave Airlie1-12/+2
2017-09-29amdgpu/dc: make program_regamma_pwl return voidDave Airlie2-4/+2
2017-09-29amdgpu/dc: make get_audio_clock_info return void.Dave Airlie1-41/+34
2017-09-29amdgpu/dc: make dce transform constructor voidDave Airlie2-4/+2
2017-09-29amdgpu/dc: make opp construct void.Dave Airlie2-4/+2
2017-09-29amdgpu/dc: make link encoder construct void.Dave Airlie2-4/+2
2017-09-29amdgpu/dc: make stream encoder constructor return void.Dave Airlie2-9/+2
2017-09-29amdgpu/dc: constify a bunch of dc structs.Dave Airlie1-4/+4