aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-30drm: Kill user_modes list and the associated ioctlsVille Syrjälä1-190/+0
2013-04-30drm: Silence some sparse warningsVille Syrjälä1-4/+1
2013-04-22drm: Don't allow page flip to change pixel formatLaurent Pinchart1-0/+6
2013-04-16drm: Destroy property blobs at mode config cleanup timeLaurent Pinchart1-101/+107
2013-04-12drm: cleanup: use drm_framebuffer_reference instead of a kref_getarchit taneja1-1/+1
2013-03-27drm: don't unlock in the addfb error pathsDaniel Vetter1-2/+0
2013-02-27drm: convert to idr_alloc()Tejun Heo1-15/+4
2013-02-27drm: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-22drm: Add consistency check for page-flippingThierry Reding1-0/+7
2013-02-20Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-1/+2
2013-02-20drm: Use C8 instead of RGB332 when determining the format from depth/bppVille Syrjälä1-1/+1
2013-02-20drm: Fill depth/bits_per_pixel for C8 formatVille Syrjälä1-0/+1
2013-02-20drm: Don't set the plane->fb to NULL on successfull set_planeDaniel Vetter1-1/+1
2013-02-14drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter1-1/+15
2013-01-20drm: don't hold crtc mutexes for connector ->detect callbacksDaniel Vetter1-2/+3
2013-01-20drm: only grab the crtc lock for pageflipsDaniel Vetter1-3/+4