summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Use stream validation hook.Andrey Grodzovsky2017-09-261-38/+48
* drm/amd/display: Roll core_sink into dc_sinkHarry Wentland2017-09-262-3/+3
* drm/amd/display: Roll core_link into dc_linkHarry Wentland2017-09-262-3/+3
* drm/amd/display: Roll core_surface into dc_surfaceHarry Wentland2017-09-261-4/+4
* drm/amd/display: Return hpd_irq_dpcd from hpd_rx handlerWenjing Liu2017-09-261-1/+1
* drm/amd/display: Do not release state objects on atomic check failLeo (Sunpeng) Li2017-09-261-15/+6
* drm/amd/display: Release cached atomic state in S3.Andrey Grodzovsky2017-09-261-0/+4
* drm/amd/display: Release dm_state->context when state is cleared.Andrey Grodzovsky2017-09-262-0/+24
* drm/amd/display: Skip DC validation for flips and cursor.Andrey Grodzovsky2017-09-261-17/+18
* drm/amd/display: Attach surface to dm_plane_state.Andrey Grodzovsky2017-09-262-203/+147
* drm/amd/display: Clean dm_plane_state hooks.Andrey Grodzovsky2017-09-261-37/+6
* drm/amd/display: Leave all validate_ctx life cycle management to DC.Andrey Grodzovsky2017-09-261-15/+0
* drm/amd/display: Remove acrtc->streamAndrey Grodzovsky2017-09-263-219/+226
* drm/amd/display: Update atomic state hooks.Andrey Grodzovsky2017-09-262-16/+11
* drm/amd/display: Use validate_context from atomic_check in commitHarry Wentland2017-09-261-6/+12
* drm/amd/display: Add validate_context to atomic_stateHarry Wentland2017-09-262-17/+3
* drm/amd/display: Commit validation set from stateHarry Wentland2017-09-261-15/+17
* drm/amd/display: Add correct retain/releaseHarry Wentland2017-09-262-0/+16
* drm/amd/display: Hook dm private state into atomic_checkHarry Wentland2017-09-262-32/+37
* drm/amd/display: Create dm_atomic_stateHarry Wentland2017-09-262-1/+44
* drm/amd/display: Add extra mode and clock info to DTN logsCorbin McElhanney2017-09-261-1/+1
* drm/amd/display: Move dm_plane_state to DAL header.Andrey Grodzovsky2017-09-261-6/+5
* drm/amd/display: fix dcn pipe reset sequenceDmytro Laktyushkin2017-09-261-1/+1
* drm/amd/display: Create dm_crtc_state stubs.Andrey Grodzovsky2017-09-262-3/+81
* drm/amd/display: Make mode_config_funcs constHarry Wentland2017-09-261-2/+1
* drm/amd/display: Move drm_get_vblank from legacy codeLeo (Sunpeng) Li2017-09-261-2/+4
* drm/amd/display: Fix misuse of plane state destroy helperXiaojie Yuan2017-09-261-1/+2
* drm/amd/display: Move kms_atomic support flag to dm_early_init.Andrey Grodzovsky2017-09-261-0/+1
* drm/amd/display: Move dm_plane_state definition to DAL header.Andrey Grodzovsky2017-09-261-0/+6
* drm/amd/display: Global lock typos fix.Andrey Grodzovsky2017-09-261-3/+3
* drm/amd/display: Workaround IGT multiplane restrictionLeo (Sunpeng) Li2017-09-261-1/+13
* drm/amd/display: Refine globallock.Andrey Grodzovsky2017-09-261-11/+24
* drm/amd/display: Remove check update type function.Andrey Grodzovsky2017-09-261-72/+8
* drm/amd/display: Add global lock function.Andrey Grodzovsky2017-09-261-17/+49
* drm/amd/display: MST atomic_get_property missing.Andrey Grodzovsky2017-09-261-1/+2
* drm/amd/display: Create dm_plane_state.Andrey Grodzovsky2017-09-261-21/+58
* drm/amd/display: Handle commit plane with no FB.Andrey Grodzovsky2017-09-262-63/+70
* drm/amd/display: Get rid of seperate flip function.Andrey Grodzovsky2017-09-262-100/+34
* drm/amd/display: Add function to log connectivityZeyu Fan2017-09-261-0/+6
* drm/amd/display: Remove unsupported RGB formatsLeo (Sunpeng) Li2017-09-261-5/+0
* drm/amd/display: Remove redundant member from amdgpu_plane.Andrey Grodzovsky2017-09-262-5/+5
* drm/amd/display: Universal cursor plane hook-up.Andrey Grodzovsky2017-09-261-151/+91
* drm/amd/display: Don't commit surfaces if no streamHarry Wentland2017-09-261-2/+9
* drm/amd/display: update NV12/NV21 as the YUV formatShirish S2017-09-261-10/+12
* drm/amd/display: Get rid of get_dm_commit_actionAndrey Grodzovsky2017-09-261-83/+44
* drm/amd/display: fix NULL pointer in dm_commit_surfacesJerry Zuo2017-09-261-0/+4
* drm/amd/display: Fix handling of scaling and underscan.Andrey Grodzovsky2017-09-261-106/+99
* drm/amd/display: call amdgpu_dm_fini when hw_fini.Rex Zhu2017-09-261-3/+2
* drm/amd/display: No need to assert on stream_statusHarry Wentland2017-09-261-3/+0
* drm/amd/display: Remove redundant condition.Andrey Grodzovsky2017-09-261-7/+1