summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2017-10-06amdgpu/dc: use kref for dc_state.Dave Airlie3-16/+16
2017-10-06amdgpu/dc: convert dc_sink to kref.Dave Airlie2-11/+11
2017-10-06amdgpu/dc: convert dc_stream_state to kref.Dave Airlie2-12/+12
2017-10-06amdgpu/dc: use kref for dc_plane_state.Dave Airlie2-11/+11
2017-10-06amdgpu/dc: convert dc_gamma to kref reference counting.Dave Airlie2-13/+10
2017-10-06amdgpu/dc: convert dc_transfer to use a kref.Dave Airlie3-9/+12
2017-10-06amdgpu/dc: kill a bunch of dead code.Dave Airlie3-150/+0
2017-10-06amdgpu/dc: set a bunch of functions to static.Dave Airlie8-11/+10
2017-10-06amdgpu/dc: kill some deadcode in dc core.Dave Airlie2-96/+4
2017-10-06amdgpu/dc: fix indentation on a couple of returns.Dave Airlie1-2/+2
2017-10-06amdgpu/dc: kfree already checks for NULL.Dave Airlie5-22/+9
2017-10-06amdgpu/dc: fix a bunch of misc whitespace.Dave Airlie5-45/+45
2017-10-06amdgpu/dc: drop hw_sequencer_types.hDave Airlie4-4/+0
2017-10-06amdgpu/dc: drop dce110_types.hDave Airlie1-30/+0
2017-10-06amdgpu/dc: use kernel ilog2 for log_2.Dave Airlie2-11/+4
2017-10-06amdgpu/dc: don't memset after kzalloc.Dave Airlie1-2/+0
2017-10-06amdgpu/dc: inline dal grph object id functions.Dave Airlie1-60/+1
2017-09-29amdgpu/dc: inline dml_round_to_multipleDave Airlie3-21/+19
2017-09-29amdgpu/dc: rename bios get_image symbol to something more searchable.Dave Airlie4-7/+7
2017-09-29amdgpu/dc: set some of the link dp code to static.Dave Airlie2-13/+13
2017-09-29amdgpu/dc: inline all the signal_types code.Dave Airlie2-81/+1
2017-09-29amdgpu/dc: inline fixed31_32 div_intDave Airlie1-9/+0
2017-09-29amdgpu/dc: use the builtin constant p trick on the 31/32 fixed point.Dave Airlie1-12/+10
2017-09-29amdgpu/dc: allow inlining constant int to fixed a lot better.Dave Airlie2-28/+35
2017-09-29amdgpu/dc: inline some of the bw_fixed code.Dave Airlie2-108/+96
2017-09-29amdgpu/dc: move some one line dp functions to inlines.Dave Airlie1-2/+2
2017-09-29amdgpu/dc: hide some unused aux/i2c payload apis.Dave Airlie2-18/+8
2017-09-29amdgpu/dc: inline a bunch of the fixed 31_32 helpers.Dave Airlie1-122/+0
2017-09-29amdgpu/dc: inline some of the fixed 32_32 fnsDave Airlie1-60/+0
2017-09-29amdgpu/dc: fix construct return values on irq service.Dave Airlie6-45/+22
2017-09-29amdgpu: fixup construct to void paths on some more dc objects.Dave Airlie3-32/+11
2017-09-29amdgpu/dc: remove pointless return from build_pipe_hw_paramDave Airlie6-33/+8
2017-09-29amdgpu/dc: another round of dce/dcn construct cleanups.Dave Airlie32-108/+47
2017-09-29amdgpu/dc: cleanup construct returns in gpio.Dave Airlie4-56/+30
2017-09-29amdgpu/dc: remove pointless returns in the i2caux constructor paths. (v2)Dave Airlie28-246/+100
2017-09-29amdgpu/dc: make some audio functions return voidDave Airlie1-12/+2
2017-09-29amdgpu/dc: make program_regamma_pwl return voidDave Airlie6-12/+6
2017-09-29amdgpu/dc: make get_audio_clock_info return void.Dave Airlie1-41/+34
2017-09-29amdgpu/dc: make dce80 timing generator construct return void.Dave Airlie3-13/+4
2017-09-29amdgpu/dc: make dce transform constructor voidDave Airlie7-46/+20
2017-09-29amdgpu/dc: make opp construct void.Dave Airlie7-39/+17
2017-09-29amdgpu/dc: make link encoder construct void.Dave Airlie8-86/+44
2017-09-29amdgpu/dc: make stream encoder constructor return void.Dave Airlie8-58/+26
2017-09-29amdgpu/dc: make timing generator constructor return void.Dave Airlie5-26/+8
2017-09-29amdgpu/dc: constify a bunch of dc structs.Dave Airlie5-8/+8
2017-09-29amdgpu/dc: static constify update_surface_trace_levelDave Airlie1-1/+1
2017-09-29amdgpu/dc: drop dc_ver charDave Airlie1-2/+0
2017-09-28drm/amd/display: Remove DWBHarry Wentland7-905/+1
2017-09-28amdgpu/dc: remove wait_reg/wait_reg_func interfaces.Dave Airlie1-46/+0
2017-09-28amdgpu/dc: don't check for 0 on register read/writes always.Dave Airlie1-2/+7