aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä
2013-11-06drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()Ville Syrjälä
2013-11-06drm: Return -ENOENT when a framebuffer can't be foundVille Syrjälä
2013-11-06drm: Consistently return -ENOENT when a mode object can't be foundVille Syrjälä
2013-10-23drm: fix a small spellingMarc-André Lureau
2013-10-01drm: Reject stereo modes with an unknown layoutDamien Lespiau
2013-10-01drm: Revert "drm: Reject modes with more than 1 stereo flags set"Damien Lespiau
2013-10-01drm: Check the fb size against the adjusted v/hdisplay for stereo modesDamien Lespiau
2013-10-01drm: Factor out common CRTC viewport checking codeDamien Lespiau
2013-10-01drm: Reject modes with more than 1 stereo flags setDamien Lespiau
2013-10-01drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau
2013-09-04drm: add MIPI DSI encoder and connector typesShobhit Kumar
2013-09-02drm: fix DRM_IOCTL_MODE_GETFB handle-leakDavid Herrmann
2013-09-02drm: Add drm_bridgeSean Paul
2013-08-30drm: Advertise async page flip ability through GETCAP ioctlKeith Packard
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard
2013-08-21drm: Make drm_mode_remove() staticLespiau, Damien
2013-08-21drm: Remove drm_mode_create_dithering_property()Lespiau, Damien
2013-08-19drm: use ida to allocate connector idsIlia Mirkin
2013-06-28drm: add hotspot support for cursors.Dave Airlie
2013-06-25drm: fix fb leak in setcrtcDaniel Vetter
2013-06-25drm: check that ->set_config properly updates the fbDaniel Vetter
2013-06-17drm: Remove some unused stuff from drm_planeVille Syrjälä
2013-06-17drm: Add kernel-doc for plane functionsVille Syrjälä
2013-06-17drm: Add drm_plane_force_disable()Ville Syrjälä
2013-06-11drm: Improve drm_crtc documentationVille Syrjälä
2013-06-11drm: Add probed modes in probe orderVille Syrjälä
2013-06-11drm: Constify the pretty-print functionsVille Syrjälä
2013-06-11drm: Print pretty names for pixel formatsVille Syrjälä
2013-05-13drm: Make the HPD status updates debug logs more readableLespiau, Damien
2013-05-10Merge branch 'for-linux-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie
2013-05-02drm: don't check modeset locks in panic handlerDaniel Vetter
2013-04-30drm: Kill user_modes list and the associated ioctlsVille Syrjälä
2013-04-30drm: Silence some sparse warningsVille Syrjälä
2013-04-22drm: Don't allow page flip to change pixel formatLaurent Pinchart
2013-04-16drm: Destroy property blobs at mode config cleanup timeLaurent Pinchart
2013-04-12drm: cleanup: use drm_framebuffer_reference instead of a kref_getarchit taneja
2013-03-27drm: don't unlock in the addfb error pathsDaniel Vetter
2013-02-27drm: convert to idr_alloc()Tejun Heo
2013-02-27drm: don't use idr_remove_all()Tejun Heo
2013-02-22drm: Add consistency check for page-flippingThierry Reding
2013-02-20Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2013-02-20drm: Use C8 instead of RGB332 when determining the format from depth/bppVille Syrjälä
2013-02-20drm: Fill depth/bits_per_pixel for C8 formatVille Syrjälä
2013-02-20drm: Don't set the plane->fb to NULL on successfull set_planeDaniel Vetter
2013-02-14drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter
2013-01-20drm: don't hold crtc mutexes for connector ->detect callbacksDaniel Vetter
2013-01-20drm: only grab the crtc lock for pageflipsDaniel Vetter
2013-01-20drm: optimize drm_framebuffer_removeDaniel Vetter
2013-01-20drm: refcounting for crtc framebuffersDaniel Vetter