summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-26drm/amd/display: Query for update plane type.Andrey Grodzovsky1-1/+68
2017-09-26drm/amd/display: Add missed wait_for_prev_commits.Andrey Grodzovsky1-0/+1
2017-09-26drm/amd/display: Unify loop for surface update and page flip.Andrey Grodzovsky1-46/+42
2017-09-26drm/amd/display: Use dc_update_surfaces_for_stream for flip.Andrey Grodzovsky2-4/+28
2017-09-26drm/amd/display: Fix slow FPS.Andrey Grodzovsky1-2/+2
2017-09-26drm/amd/display: Fix race.Andrey Grodzovsky1-3/+1
2017-09-26drm/amd/display: i2c/aux Remove link index.Andrey Grodzovsky2-26/+34
2017-09-26drm/amdgpu/display: Enable DCN in DCAlex Deucher2-2/+116
2017-09-26drm/amd/display: fix resume hang because of DP short pulseArindam Nath1-0/+2
2017-09-26drm/amd/display: make dc_commit_surfaces_to_stream() re-entrantShirish S1-27/+44
2017-09-26drm/amd/display: update the YUV plane offsetsShirish S1-7/+7
2017-09-26drm/amd/display: initialize YUV plane capabilitiesShirish S1-17/+45
2017-09-26drm/amd/display: Return context from validate_contextHarry Wentland1-7/+19
2017-09-26drm/amd/display: pull commit_surfaces out of atomic_commit into helper functionHarry Wentland1-51/+62
2017-09-26drm/amd/display: Parse scanline registersSylvia Tsai1-1/+14
2017-09-26drm/amd/display: Fix missing irq refactor causing potential i2c raceJordan Lazare1-5/+10
2017-09-26drm/amd/display: Fix hotspot programming during set cursor position.Zeyu Fan1-5/+0
2017-09-26drm/amd/display: Prevent premature pageflip when comitting in vblank. (v3)Mario Kleiner1-10/+10
2017-09-26drm/amd/display: Fix race between vblank irq and pageflip irq. (v2)Mario Kleiner1-0/+3
2017-09-26drm/amd/display: get_atomic_property missing for drm_connector_funcsPratik Vishwakarma2-38/+49
2017-09-26drm/amd/display: Fallback on legacy properties in atomic_get_propertiesHarry Wentland1-1/+39
2017-09-26drm/amd/display: Allow planes on all crtcsHarry Wentland1-1/+1
2017-09-26drm/amd/display: fix nullptr on vega initializationAlex Deucher1-0/+1
2017-09-26drm/amd/display: Fix s3 hang on resume.Andrey Grodzovsky3-7/+13
2017-09-26drm/amd/display: Refactor edid read.Andrey Grodzovsky4-19/+87
2017-09-26drm/amd/display: Fix i2c write flag.Andrey Grodzovsky2-2/+2
2017-09-26drm/amd/display: Remove get_connector_for_sink.Andrey Grodzovsky2-25/+9
2017-09-26drm/amd/display: Remove get_connector_for_link.Andrey Grodzovsky2-31/+6
2017-09-26drm/amd/display: update plane functionalitiesShirish S1-5/+49
2017-09-26drm/amd/display: Fix cleanup in amdgpu_dm_initialize_drm_deviceHarry Wentland1-6/+5
2017-09-26drm/amd/display: decouple per-crtc-plane modelAlex Deucher3-40/+108
2017-09-26drm/amd/display: use CRTC_VERTICAL_INTERRUPT0 as a trigger for VBLANK.Andrey Grodzovsky1-2/+1
2017-09-26drm/amd/display: Set cursor pitch to cursor width (in pixels).Andrey Grodzovsky1-0/+2
2017-09-26drm/amd/display: Unhardcode cursor size reported back to UMD.Andrey Grodzovsky1-2/+2
2017-09-26drm/amd/display: Unhardcode acrtc->max_cursor_{height,width}Andrey Grodzovsky1-2/+2
2017-09-26drm/amd/display: Fix gfx9 parameters reading for DC.Andrey Grodzovsky1-0/+2
2017-09-26drm/amd/display: Fix the NULL pointer. (v2)Andrey Grodzovsky1-1/+3
2017-09-26drm/amd/display: Remove DCE12 guardsAlex Deucher3-8/+0