aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst1-29/+20
2016-01-13drm: Do not set connector->encoder in driversThierry Reding1-0/+14
2015-12-11drm: Add plane->name and use it in debug printsVille Syrjälä1-0/+30
2015-12-11drm: Add crtc->name and use it in debug messagesVille Syrjälä1-2/+32
2015-12-11drm: Use driver specified encoder nameVille Syrjälä1-3/+11
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+2
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-2/+4
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+3
2015-12-08drm: connector->dpms is not optionalDaniel Vetter1-3/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-54/+94
2015-10-31drm: Correct arguments to list_tail_add in create blob ioctlManeet Singh1-1/+1
2015-10-31drm: crtc: integer overflow in drm_property_create_blob()Dan Carpenter1-1/+1
2015-10-21drm: correctly check failed allocationInsu Yun1-0/+30
2015-10-19drm: Check plane src coordinates correctly during page flip for atomic driversVille Syrjälä1-1/+8
2015-10-19drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä1-2/+3
2015-10-19drm: Refactor plane src coordinate checksVille Syrjälä1-29/+30
2015-10-19drm: Don't leak fb when plane crtc coodinates are badVille Syrjälä1-1/+2
2015-10-19drm: Fix return value of drm_framebuffer_init()Lukas Wunner1-3/+2
2015-10-05drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen1-1/+2
2015-09-24drm/core: Preserve the fb id on close.Maarten Lankhorst1-11/+1
2015-09-24drm/core: Preserve the framebuffer after removing it.Maarten Lankhorst1-2/+2
2015-09-09drm/core: Do not call drm_framebuffer_remove internally during teardown.Maarten Lankhorst1-1/+1
2015-09-08drm: Constify TV mode namesVille Syrjälä1-1/+1
2015-09-08drm: Make drm_fb_unregister/remove accept NULL fbDaniel Vetter1-2/+12
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie1-4/+1
2015-08-12drm/plane: Use consistent data types for format countThierry Reding1-2/+2
2015-08-06drm: Fixup locking WARNINGs in drm_mode_config_resetDaniel Vetter1-0/+2
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst1-2/+2
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-161/+45
2015-07-24Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-3/+1
2015-07-24Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-8/+1
2015-07-22drm: gc now dead mode_group codeDaniel Vetter1-64/+0
2015-07-22drm: Stop filtering according to mode_group in getresourcesDaniel Vetter1-80/+30
2015-07-22drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter1-12/+14
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter1-4/+5
2015-07-22drm: Add modeset object iteratorsDaniel Vetter1-13/+8
2015-07-22drm: Stop resetting connector state to unknownDaniel Vetter1-4/+1
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-1/+1
2015-07-07drm: add a check for x/y in drm_mode_setcrtcZhao Junwang1-2/+5
2015-07-07drm: Update plane->fb also for page_flipDaniel Vetter1-7/+1
2015-07-06GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()Markus Elfring1-3/+1
2015-07-04drm/crtc: Fix edid length computationShixin Zeng1-1/+1
2015-07-02drm: Remove useless blank lineThierry Reding1-1/+0
2015-06-11drm/msm/mdp4: Support NV12MT format in mdp4Rob Clark1-0/+18
2015-05-26drm/atomic: Add MODE_ID propertyDaniel Stone1-0/+8
2015-05-26drm: check for garbage in unused addfb2 fieldsDaniel Vetter1-0/+26
2015-05-26drm: Retain reference to blob properties in lookupDaniel Stone1-1/+2
2015-05-22drm/mode: Add user blob-creation ioctlDaniel Stone1-3/+136
2015-05-22drm: Return error value from blob creationDaniel Stone1-5/+9