summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-03-14Merge drm-fixes into drm-next.Dave Airlie
2016-03-08drm: introduce pipe color correction propertiesLionel Landwerlin
2016-02-29drm/crtc: Use drm_mode_object_put() in __drm_framebuffer_unregister()Liu Ying
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst
2016-02-09drm: Add drm_format_plane_width() and drm_format_plane_height()Ville Syrjälä
2016-02-09drm/core: Add drm_encoder_index.Maarten Lankhorst
2016-01-25drm: Add functions to setup/tear down drm_events.Daniel Vetter
2016-01-13drm: Do not set connector->encoder in driversThierry Reding
2015-12-11drm: Add plane->name and use it in debug printsVille Syrjälä
2015-12-11drm: Add crtc->name and use it in debug messagesVille Syrjälä
2015-12-11drm: Use driver specified encoder nameVille Syrjälä
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-12-08drm: connector->dpms is not optionalDaniel Vetter
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-10-31drm: Correct arguments to list_tail_add in create blob ioctlManeet Singh
2015-10-31drm: crtc: integer overflow in drm_property_create_blob()Dan Carpenter
2015-10-21drm: correctly check failed allocationInsu Yun
2015-10-19drm: Check plane src coordinates correctly during page flip for atomic driversVille Syrjälä
2015-10-19drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä
2015-10-19drm: Refactor plane src coordinate checksVille Syrjälä
2015-10-19drm: Don't leak fb when plane crtc coodinates are badVille Syrjälä
2015-10-19drm: Fix return value of drm_framebuffer_init()Lukas Wunner
2015-10-05drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen
2015-09-24drm/core: Preserve the fb id on close.Maarten Lankhorst
2015-09-24drm/core: Preserve the framebuffer after removing it.Maarten Lankhorst
2015-09-09drm/core: Do not call drm_framebuffer_remove internally during teardown.Maarten Lankhorst
2015-09-08drm: Constify TV mode namesVille Syrjälä
2015-09-08drm: Make drm_fb_unregister/remove accept NULL fbDaniel Vetter
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie
2015-08-12drm/plane: Use consistent data types for format countThierry Reding
2015-08-06drm: Fixup locking WARNINGs in drm_mode_config_resetDaniel Vetter
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie
2015-07-24Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-07-24Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-07-22drm: gc now dead mode_group codeDaniel Vetter
2015-07-22drm: Stop filtering according to mode_group in getresourcesDaniel Vetter
2015-07-22drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter
2015-07-22drm: Add modeset object iteratorsDaniel Vetter
2015-07-22drm: Stop resetting connector state to unknownDaniel Vetter
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-07drm: add a check for x/y in drm_mode_setcrtcZhao Junwang
2015-07-07drm: Update plane->fb also for page_flipDaniel Vetter
2015-07-06GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()Markus Elfring
2015-07-04drm/crtc: Fix edid length computationShixin Zeng