aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-18drm/atomic-helper: Print an error if vblank wait times outVille Syrjälä1-0/+2
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+13
2016-03-31drm/atomic: export drm_atomic_helper_wait_for_fences()Rob Clark1-2/+13
2016-03-24Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+8
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-123/+239
2016-03-15drm/atomic: use helper to get crtc stateAndrzej Hajda1-6/+8
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-1/+1
2016-03-13drm: atomic helper: do not unreference error pointerLionel Landwerlin1-0/+1
2016-03-10drm: fix blob pointer checkLionel Landwerlin1-2/+2
2016-03-08drm: introduce pipe color correction propertiesLionel Landwerlin1-1/+109
2016-03-08drm/atomic: Clean up update_connector_routing.Maarten Lankhorst1-13/+3
2016-03-08drm/atomic: Clean up steal_encoder, v2.Maarten Lankhorst1-21/+6
2016-03-08drm/atomic: Handle encoder assignment conflicts in a separate check, v3.Maarten Lankhorst1-34/+43
2016-03-08drm/atomic: Handle encoder stealing from set_config better.Maarten Lankhorst1-0/+69
2016-03-08drm/atomic: Always call steal_encoder, v2.Maarten Lankhorst1-54/+20
2016-03-04drm/atomic: Pass connector and state to update_connector_routing.Maarten Lankhorst1-10/+5
2016-03-04drm/atomic: Clean up update_output_state.Maarten Lankhorst1-24/+17
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst1-1/+1
2016-02-09drm/atomic: Add encoder_mask to crtc_state, v3.Maarten Lankhorst1-3/+50
2016-02-09drm/atomic: Do not unset crtc when an encoder is stolenMaarten Lankhorst1-4/+0
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+3
2016-01-20drm/atomic-helper: Export framebuffer_changed()John Keeping1-4/+20
2016-01-19drm: initialize default rotation value to DRM_ROTATE_0Marek Szyprowski1-1/+3
2016-01-18drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputsLiu Ying1-1/+0
2016-01-06drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst1-6/+4
2016-01-05drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter1-0/+9
2016-01-05drm/atomic: Add __drm_atomic_helper_connector_reset, v2.Maarten Lankhorst1-4/+26
2015-12-15drm/atomic-helper: Drop unneeded argument from check_pending_encoderDaniel Vetter1-3/+2
2015-12-11drm: Add plane->name and use it in debug printsVille Syrjälä1-2/+2
2015-12-11drm: Add crtc->name and use it in debug messagesVille Syrjälä1-27/+29
2015-12-08drm/atomic-helper: Mention the new system/resume helpers the docsDaniel Vetter1-0/+6
2015-12-08drm: Reorganize helper vtables and their docsDaniel Vetter1-0/+6
2015-12-03drm/atomic-helper: Reject attempts at re-stealing encodersDaniel Vetter1-0/+28
2015-12-02drm/atomic-helper: Implement subsystem-level suspend/resumeThierry Reding1-1/+161
2015-11-30drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc()Jyri Sarha1-0/+43
2015-11-24drm: Keep coordinates in the typical x, y, w, h order instead of x, y, h, wVille Syrjälä1-7/+7
2015-11-24GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()Markus Elfring1-3/+2
2015-11-19drm/atomic-helper: Check encoder/crtc constraintsDaniel Vetter1-0/+8
2015-11-17drm: Fix primary plane size for stereo doubled modes for legacy setcrtcVille Syrjälä1-6/+9
2015-11-17drm/core: Set legacy_cursor_update in drm_atomic_helper_disable_plane.Maarten Lankhorst1-3/+3
2015-10-19drm: Swap w/h when converting the mode to src coordidates for a rotated primary planeVille Syrjälä1-2/+7
2015-09-24Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter1-2/+2
2015-09-16drm/fb-helper: atomic restore_fbdev_mode()..Rob Clark1-53/+78
2015-09-13drm/atomic-helper: Don't skip plane disabling on active CRTCLaurent Pinchart1-6/+18
2015-09-08drm/atomic-helper: Implement drm_atomic_helper_duplicate_state()Thierry Reding1-0/+78
2015-09-08drm/atomic-helper: Pimp docs with recommendations for rpm driversDaniel Vetter1-0/+32
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter1-2/+18
2015-09-08drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst1-15/+6
2015-09-08drm/atomic-helper: properly annotate functions in kerneldocDaniel Vetter1-7/+7
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-42/+83