summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2017-09-29amdgpu/dm: constify rgb formats.Dave Airlie1-1/+1
2017-09-29amdgpu/dm: constify plane type.Dave Airlie1-3/+3
2017-09-29amdgpu/dm: constify yuv_formats.Dave Airlie1-1/+1
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland1-1/+1
2017-09-26drm/amd/display: Reduce DC chattinessHarry Wentland1-35/+39
2017-09-26drm/amd/display: Pass log_mask from DMHarry Wentland1-0/+2
2017-09-26drm/amd/display: Format changes to bring in line with internal treeHarry Wentland2-5/+5
2017-09-26drm/amd/display: Create fake sink if needed when commit streamHarry Wentland2-1/+30
2017-09-26drm/amd/display: Break out amdgpu_dm_connectorHarry Wentland6-103/+146
2017-09-26drm/amd/display: USB-C to HDMI dongle not lightHersen Wu1-4/+5
2017-09-26drm/amd/display: Rename dc resource_validate_ctx methodsBhawanpreet Lakha1-1/+1
2017-09-26drm/amd/display: Rename dc validate_context and current_contextJerry Zuo2-3/+3
2017-09-26drm/amd/display: Use DRM provided page flip flag.Andrey Grodzovsky1-7/+2
2017-09-26drm/amd/display: Don't leak dc_stream_state.Darren Salt1-6/+14
2017-09-26drm/amd/display: Refactor atomic check.Andrey Grodzovsky1-201/+261
2017-09-26drm/amd/display: Per plane validation context build.Andrey Grodzovsky1-107/+58
2017-09-26drm/amd/display: Disable stutter for RavenBhawanpreet Lakha1-0/+4
2017-09-26drm/amd/display: Move copy_construct from state_alloc to atomic_check.Leo (Sunpeng) Li1-13/+4
2017-09-26drm/amd/display: Refactor dc_state creation into a function.Leo (Sunpeng) Li1-3/+1
2017-09-26drm/amd/display: Per stream validate_context build v2.Andrey Grodzovsky1-11/+57
2017-09-26drm/amd/display: refactor pplib/smu communicationTony Cheng1-8/+5
2017-09-26drm/amd/display/dm: add KV, KB, ML (v2)Alex Deucher1-0/+16
2017-09-26drm/amd/display: Pass correct number for gamma entriesHarry Wentland1-1/+2
2017-09-26drm/amd/display: Couple newline fixesHarry Wentland1-2/+2
2017-09-26drm/amd/display: Use public plane destroy helperHarry Wentland1-2/+1
2017-09-26drm/amd/display: implement DXGI Gamma RampsAnthony Koo1-7/+7
2017-09-26drm/amd/display: Clean up cursor codeHarry Wentland1-191/+92
2017-09-26drm/amd/display: Fix comment placement for when new_stream is nullBhawanpreet Lakha1-8/+7
2017-09-26drm/amd/display: Fix plane_atomic_check when no dc_stateHarry Wentland1-1/+1
2017-09-26drm/amd/display: Add surface to dm_plane_state if fb reserve failsJerry Zuo1-6/+5
2017-09-26drm/amd/display: Rename more dc_surface stuff to plane_stateHarry Wentland2-144/+146
2017-09-26drm/amd/display: Rename dc_stream to dc_stream_stateHarry Wentland3-24/+26
2017-09-26drm/amd/display: Rename dc_surface to dc_plane_stateHarry Wentland2-11/+11
2017-09-26drm/amd/display: Avoid full modeset when not requiredBhawanpreet Lakha1-35/+62
2017-09-26drm/amd/display: Implement plane atomic_check.Andrey Grodzovsky1-0/+17
2017-09-26drm/amd/display: Initial prototype of FBC implementationRoman Li2-0/+41
2017-09-26drm/amd/display: Fix ckeckpatch problems in amdgpu_dmHarry Wentland1-85/+94
2017-09-26drm/amd/display: Merge amdgpu_dm_types and amdgpu_dmHarry Wentland8-3430/+3350
2017-09-26drm/amd/display: Roll core_stream into dc_streamLeo (Sunpeng) Li3-7/+7
2017-09-26drm/amd/display: log HUBP using DTN loggingTony Cheng1-0/+9
2017-09-26drm/amd/display: Use stream validation hook.Andrey Grodzovsky1-38/+48
2017-09-26drm/amd/display: Roll core_sink into dc_sinkHarry Wentland2-3/+3
2017-09-26drm/amd/display: Roll core_link into dc_linkHarry Wentland2-3/+3
2017-09-26drm/amd/display: Roll core_surface into dc_surfaceHarry Wentland1-4/+4
2017-09-26drm/amd/display: Return hpd_irq_dpcd from hpd_rx handlerWenjing Liu1-1/+1
2017-09-26drm/amd/display: Do not release state objects on atomic check failLeo (Sunpeng) Li1-15/+6
2017-09-26drm/amd/display: Release cached atomic state in S3.Andrey Grodzovsky1-0/+4
2017-09-26drm/amd/display: Release dm_state->context when state is cleared.Andrey Grodzovsky2-0/+24
2017-09-26drm/amd/display: Skip DC validation for flips and cursor.Andrey Grodzovsky1-17/+18
2017-09-26drm/amd/display: Attach surface to dm_plane_state.Andrey Grodzovsky2-203/+147