summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...Dave Airlie2017-10-09361-75/+124724
|\
| * amdgpu/dc: use kref for dc_state.Dave Airlie2017-10-063-16/+16
| * amdgpu/dc: convert dc_sink to kref.Dave Airlie2017-10-062-11/+11
| * amdgpu/dc: convert dc_stream_state to kref.Dave Airlie2017-10-062-12/+12
| * amdgpu/dc: use kref for dc_plane_state.Dave Airlie2017-10-062-11/+11
| * amdgpu/dc: convert dc_gamma to kref reference counting.Dave Airlie2017-10-062-13/+10
| * amdgpu/dc: convert dc_transfer to use a kref.Dave Airlie2017-10-063-9/+12
| * amdgpu/dc: kill a bunch of dead code.Dave Airlie2017-10-063-150/+0
| * amdgpu/dc: set a bunch of functions to static.Dave Airlie2017-10-068-11/+10
| * amdgpu/dc: kill some deadcode in dc core.Dave Airlie2017-10-062-96/+4
| * amdgpu/dc: fix indentation on a couple of returns.Dave Airlie2017-10-061-2/+2
| * amdgpu/dm: don't use after free.Dave Airlie2017-10-061-1/+0
| * amdgpu/dc: kfree already checks for NULL.Dave Airlie2017-10-065-22/+9
| * amdgpu/dc: fix a bunch of misc whitespace.Dave Airlie2017-10-066-55/+55
| * amdgpu/dc: drop hw_sequencer_types.hDave Airlie2017-10-065-37/+0
| * amdgpu/dc: drop dce110_types.hDave Airlie2017-10-061-30/+0
| * amdgpu/dc: use kernel ilog2 for log_2.Dave Airlie2017-10-062-11/+4
| * amdgpu/dc: don't memset after kzalloc.Dave Airlie2017-10-061-2/+0
| * amdgpu/dc: inline dal grph object id functions.Dave Airlie2017-10-062-77/+56
| * amdgpu/dc: inline dml_round_to_multipleDave Airlie2017-09-293-21/+19
| * amdgpu/dc: rename bios get_image symbol to something more searchable.Dave Airlie2017-09-294-7/+7
| * amdgpu/dc: set some of the link dp code to static.Dave Airlie2017-09-292-13/+13
| * amdgpu/dc: inline all the signal_types code.Dave Airlie2017-09-293-89/+52
| * amdgpu/dc: inline fixed31_32 div_intDave Airlie2017-09-292-12/+6
| * amdgpu/dc: use the builtin constant p trick on the 31/32 fixed point.Dave Airlie2017-09-292-14/+23
| * amdgpu/dc: allow inlining constant int to fixed a lot better.Dave Airlie2017-09-292-28/+35
| * amdgpu/dc: inline some of the bw_fixed code.Dave Airlie2017-09-292-108/+96
| * amdgpu/dc: move some one line dp functions to inlines.Dave Airlie2017-09-291-2/+2
| * amdgpu/dc: hide some unused aux/i2c payload apis.Dave Airlie2017-09-292-18/+8
| * amdgpu/dc: inline a bunch of the fixed 31_32 helpers.Dave Airlie2017-09-292-161/+93
| * amdgpu/dc: inline some of the fixed 32_32 fnsDave Airlie2017-09-292-75/+61
| * amdgpu/dc: fix construct return values on irq service.Dave Airlie2017-09-296-45/+22
| * amdgpu: fixup construct to void paths on some more dc objects.Dave Airlie2017-09-293-32/+11
| * amdgpu/dc: remove pointless return from build_pipe_hw_paramDave Airlie2017-09-296-33/+8
| * amdgpu/dc: another round of dce/dcn construct cleanups.Dave Airlie2017-09-2932-108/+47
| * amdgpu/dc: cleanup construct returns in gpio.Dave Airlie2017-09-294-56/+30
| * amdgpu/dc: remove pointless returns in the i2caux constructor paths. (v2)Dave Airlie2017-09-2928-246/+100
| * amdgpu/dc: make some audio functions return voidDave Airlie2017-09-291-12/+2
| * amdgpu/dc: make program_regamma_pwl return voidDave Airlie2017-09-296-12/+6
| * amdgpu/dc: make get_audio_clock_info return void.Dave Airlie2017-09-291-41/+34
| * amdgpu/dc: make dce80 timing generator construct return void.Dave Airlie2017-09-293-13/+4
| * amdgpu/dc: make dce transform constructor voidDave Airlie2017-09-297-46/+20
| * amdgpu/dc: make opp construct void.Dave Airlie2017-09-297-39/+17
| * amdgpu/dc: make link encoder construct void.Dave Airlie2017-09-298-86/+44
| * amdgpu/dc: make stream encoder constructor return void.Dave Airlie2017-09-298-58/+26
| * amdgpu/dc: make timing generator constructor return void.Dave Airlie2017-09-295-26/+8
| * amdgpu/dc: constify a bunch of dc structs.Dave Airlie2017-09-295-8/+8
| * amdgpu/dm: constify rgb formats.Dave Airlie2017-09-291-1/+1
| * amdgpu/dm: constify plane type.Dave Airlie2017-09-292-4/+4
| * amdgpu/dm: constify yuv_formats.Dave Airlie2017-09-291-1/+1
OpenPOWER on IntegriCloud