summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)Author
2017-10-21drm/amd/display: fix usb-c dongle regressionEric Yang
2017-10-21drm/amd/display: Force always scale chroma, set always_scaled to falseAndrew Jiang
2017-10-21drm/amd/display: Driver message to SMU to indicate display offHersen Wu
2017-10-16drm/amd/display: To prevent detecting new sink from spurious HPDMartin Tsai
2017-10-17Merge remote-tracking branch 'pfdo/drm-next' into drm-nextDave Airlie
2017-10-17drm/amd/display: drop unused dm_delay_in_microsecondsAlex Deucher
2017-10-17drm/amd/display/dc: drop dm_delay_in_microsecondsAlex Deucher
2017-10-17drm/amd/display: make amdgpu_dm_irq_handler staticAlex Deucher
2017-10-17drm/amd/display: remove unused functions in amdgpu_dm_irq.cAlex Deucher
2017-10-17drm/amd/display: whitespace cleanup in amdgpu_dm_irq.c/hAlex Deucher
2017-10-17drm/amd/display: make log_dpcd staticAlex Deucher
2017-10-17drm/amd/display: whitespace cleanup in amdgpu_dm_mst_types.c/hAlex Deucher
2017-10-17drm/amd/display: drop unused functions in amdgpu_dm_services.cAlex Deucher
2017-10-17drm/amd/display: drop unused functions in amdgpu_dm.cAlex Deucher
2017-10-17drm/amd/display: make a bunch of stuff in amdgpu_dm.c staticAlex Deucher
2017-10-17drm/amd/display: whitespace cleanup in amdgpu_dm.c/hAlex Deucher
2017-10-17drm/amd/display: fix typo in function nameAlex Deucher
2017-10-17drm/amd/display: Remove useless pcrtc pointerLeo (Sunpeng) Li
2017-10-17drm/amd/display: Fix typoLeo (Sunpeng) Li
2017-10-17drm/amd/display: Unify amdgpu_dm state variable namings.Leo (Sunpeng) Li
2017-10-17drm/amd/display: Unify DRM state variable namings.Leo (Sunpeng) Li
2017-10-17drm/amd/display: Use new DRM API where possibleLeo (Sunpeng) Li
2017-10-17drm/amd/display: Use DRM new-style object iterators.Dave Airlie
2017-10-06amdgpu/dc: use kref for dc_state.Dave Airlie
2017-10-06amdgpu/dc: convert dc_sink to kref.Dave Airlie
2017-10-06amdgpu/dc: convert dc_stream_state to kref.Dave Airlie
2017-10-06amdgpu/dc: use kref for dc_plane_state.Dave Airlie
2017-10-06amdgpu/dc: convert dc_gamma to kref reference counting.Dave Airlie
2017-10-06amdgpu/dc: convert dc_transfer to use a kref.Dave Airlie
2017-10-06amdgpu/dc: kill a bunch of dead code.Dave Airlie
2017-10-06amdgpu/dc: set a bunch of functions to static.Dave Airlie
2017-10-06amdgpu/dc: kill some deadcode in dc core.Dave Airlie
2017-10-06amdgpu/dc: fix indentation on a couple of returns.Dave Airlie
2017-10-06amdgpu/dm: don't use after free.Dave Airlie
2017-10-06amdgpu/dc: kfree already checks for NULL.Dave Airlie
2017-10-06amdgpu/dc: fix a bunch of misc whitespace.Dave Airlie
2017-10-06amdgpu/dc: drop hw_sequencer_types.hDave Airlie
2017-10-06amdgpu/dc: drop dce110_types.hDave Airlie
2017-10-06amdgpu/dc: use kernel ilog2 for log_2.Dave Airlie
2017-10-06amdgpu/dc: don't memset after kzalloc.Dave Airlie
2017-10-06amdgpu/dc: inline dal grph object id functions.Dave Airlie
2017-09-29amdgpu/dc: inline dml_round_to_multipleDave Airlie
2017-09-29amdgpu/dc: rename bios get_image symbol to something more searchable.Dave Airlie
2017-09-29amdgpu/dc: set some of the link dp code to static.Dave Airlie
2017-09-29amdgpu/dc: inline all the signal_types code.Dave Airlie
2017-09-29amdgpu/dc: inline fixed31_32 div_intDave Airlie
2017-09-29amdgpu/dc: use the builtin constant p trick on the 31/32 fixed point.Dave Airlie
2017-09-29amdgpu/dc: allow inlining constant int to fixed a lot better.Dave Airlie
2017-09-29amdgpu/dc: inline some of the bw_fixed code.Dave Airlie
2017-09-29amdgpu/dc: move some one line dp functions to inlines.Dave Airlie