aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-26drm/amd/display: Clean dm_plane_state hooks.Andrey Grodzovsky1-37/+6
2017-09-26drm/amd/display: Leave all validate_ctx life cycle management to DC.Andrey Grodzovsky1-15/+0
2017-09-26drm/amd/display: Remove acrtc->streamAndrey Grodzovsky3-219/+226
2017-09-26drm/amd/display: Update atomic state hooks.Andrey Grodzovsky2-16/+11
2017-09-26drm/amd/display: Use validate_context from atomic_check in commitHarry Wentland1-6/+12
2017-09-26drm/amd/display: Add validate_context to atomic_stateHarry Wentland2-17/+3
2017-09-26drm/amd/display: Commit validation set from stateHarry Wentland1-15/+17
2017-09-26drm/amd/display: Add correct retain/releaseHarry Wentland2-0/+16
2017-09-26drm/amd/display: Hook dm private state into atomic_checkHarry Wentland2-32/+37
2017-09-26drm/amd/display: Create dm_atomic_stateHarry Wentland2-1/+44
2017-09-26drm/amd/display: Add extra mode and clock info to DTN logsCorbin McElhanney1-1/+1
2017-09-26drm/amd/display: Move dm_plane_state to DAL header.Andrey Grodzovsky1-6/+5
2017-09-26drm/amd/display: fix dcn pipe reset sequenceDmytro Laktyushkin1-1/+1
2017-09-26drm/amd/display: Create dm_crtc_state stubs.Andrey Grodzovsky2-3/+81
2017-09-26drm/amd/display: Make mode_config_funcs constHarry Wentland1-2/+1
2017-09-26drm/amd/display: Move drm_get_vblank from legacy codeLeo (Sunpeng) Li1-2/+4
2017-09-26drm/amd/display: Fix misuse of plane state destroy helperXiaojie Yuan1-1/+2
2017-09-26drm/amd/display: Move kms_atomic support flag to dm_early_init.Andrey Grodzovsky1-0/+1
2017-09-26drm/amd/display: Move dm_plane_state definition to DAL header.Andrey Grodzovsky1-0/+6
2017-09-26drm/amd/display: Global lock typos fix.Andrey Grodzovsky1-3/+3
2017-09-26drm/amd/display: Workaround IGT multiplane restrictionLeo (Sunpeng) Li1-1/+13
2017-09-26drm/amd/display: Refine globallock.Andrey Grodzovsky1-11/+24
2017-09-26drm/amd/display: Remove check update type function.Andrey Grodzovsky1-72/+8
2017-09-26drm/amd/display: Add global lock function.Andrey Grodzovsky1-17/+49
2017-09-26drm/amd/display: MST atomic_get_property missing.Andrey Grodzovsky1-1/+2
2017-09-26drm/amd/display: Create dm_plane_state.Andrey Grodzovsky1-21/+58
2017-09-26drm/amd/display: Handle commit plane with no FB.Andrey Grodzovsky2-63/+70
2017-09-26drm/amd/display: Get rid of seperate flip function.Andrey Grodzovsky2-100/+34
2017-09-26drm/amd/display: Add function to log connectivityZeyu Fan1-0/+6
2017-09-26drm/amd/display: Remove unsupported RGB formatsLeo (Sunpeng) Li1-5/+0
2017-09-26drm/amd/display: Remove redundant member from amdgpu_plane.Andrey Grodzovsky2-5/+5
2017-09-26drm/amd/display: Universal cursor plane hook-up.Andrey Grodzovsky1-151/+91
2017-09-26drm/amd/display: Don't commit surfaces if no streamHarry Wentland1-2/+9
2017-09-26drm/amd/display: update NV12/NV21 as the YUV formatShirish S1-10/+12
2017-09-26drm/amd/display: Get rid of get_dm_commit_actionAndrey Grodzovsky1-83/+44
2017-09-26drm/amd/display: fix NULL pointer in dm_commit_surfacesJerry Zuo1-0/+4
2017-09-26drm/amd/display: Fix handling of scaling and underscan.Andrey Grodzovsky1-106/+99
2017-09-26drm/amd/display: call amdgpu_dm_fini when hw_fini.Rex Zhu1-3/+2
2017-09-26drm/amd/display: No need to assert on stream_statusHarry Wentland1-3/+0
2017-09-26drm/amd/display: Remove redundant condition.Andrey Grodzovsky1-7/+1