aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01drm: Allow userspace to ask for universal plane list (v2)Matt Roper1-5/+15
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-13/+13
2014-04-01drm: Add drm_crtc_init_with_planes() (v2)Matt Roper1-4/+15
2014-04-01drm: Add plane type property (v2)Rob Clark1-0/+27
2014-04-01drm: Add drm_universal_plane_init()Matt Roper1-29/+51
2014-04-01drm: Make drm_crtc_check_viewport non-staticMatt Roper1-7/+13
2014-04-01drm: Add support for multiple plane types (v2)Matt Roper1-5/+16
2014-03-28drm: Improve on minor type helpers v3Thomas Hellstrom1-2/+2
2014-03-28drm: Have the crtc code only reference master from legacy nodes v2Thomas Hellstrom1-6/+8
2014-03-18Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-nextDave Airlie1-121/+576
2014-03-16drm/crtc: add sanity checks to create_dumb()David Herrmann1-0/+17
2014-03-13drm: kerneldoc polish for drm_crtc.cDaniel Vetter1-44/+570
2014-03-13drm: move drm_mode related functions into drm_modes.cDaniel Vetter1-64/+6
2014-03-13drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.cDaniel Vetter1-0/+2
2014-03-13drm/kms: rip out drm_mode_connector_detach_encoderDaniel Vetter1-15/+0
2014-02-12drm: expose subpixel order name routine v3Jesse Barnes1-0/+23
2014-01-29Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-0/+23
2014-01-14drm: provide a helper for the encoder possible_crtcs maskRussell King1-0/+23
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä1-2/+0
2013-11-06drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()Ville Syrjälä1-1/+4
2013-11-06drm: Return -ENOENT when a framebuffer can't be foundVille Syrjälä1-5/+7
2013-11-06drm: Consistently return -ENOENT when a mode object can't be foundVille Syrjälä1-14/+18
2013-10-23drm: fix a small spellingMarc-André Lureau1-1/+1
2013-10-01drm: Reject stereo modes with an unknown layoutDamien Lespiau1-0/+3
2013-10-01drm: Revert "drm: Reject modes with more than 1 stereo flags set"Damien Lespiau1-4/+0
2013-10-01drm: Check the fb size against the adjusted v/hdisplay for stereo modesDamien Lespiau1-0/+8
2013-10-01drm: Factor out common CRTC viewport checking codeDamien Lespiau1-33/+37
2013-10-01drm: Reject modes with more than 1 stereo flags setDamien Lespiau1-0/+4
2013-10-01drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau1-1/+18
2013-09-04drm: add MIPI DSI encoder and connector typesShobhit Kumar1-0/+2
2013-09-02drm: fix DRM_IOCTL_MODE_GETFB handle-leakDavid Herrmann1-3/+15
2013-09-02drm: Add drm_bridgeSean Paul1-0/+50
2013-08-30drm: Advertise async page flip ability through GETCAP ioctlKeith Packard1-0/+3
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+1
2013-08-21drm: Make drm_mode_remove() staticLespiau, Damien1-4/+3
2013-08-21drm: Remove drm_mode_create_dithering_property()Lespiau, Damien1-31/+0
2013-08-19drm: use ida to allocate connector idsIlia Mirkin1-18/+44
2013-06-28drm: add hotspot support for cursors.Dave Airlie1-6/+29
2013-06-25drm: fix fb leak in setcrtcDaniel Vetter1-6/+16
2013-06-25drm: check that ->set_config properly updates the fbDaniel Vetter1-0/+3
2013-06-17drm: Remove some unused stuff from drm_planeVille Syrjälä1-1/+1
2013-06-17drm: Add kernel-doc for plane functionsVille Syrjälä1-0/+32
2013-06-17drm: Add drm_plane_force_disable()Ville Syrjälä1-10/+19
2013-06-11drm: Improve drm_crtc documentationVille Syrjälä1-4/+5
2013-06-11drm: Add probed modes in probe orderVille Syrjälä1-1/+1
2013-06-11drm: Constify the pretty-print functionsVille Syrjälä1-15/+15
2013-06-11drm: Print pretty names for pixel formatsVille Syrjälä1-2/+27
2013-05-13drm: Make the HPD status updates debug logs more readableLespiau, Damien1-0/+1
2013-05-10Merge branch 'for-linux-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-0/+4
2013-05-02drm: don't check modeset locks in panic handlerDaniel Vetter1-0/+4