summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm: add support for private planesRob Clark2012-01-051-5/+17
* drm: disconnect plane from fb/crtc when disabledRob Clark2012-01-051-0/+3
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+7
|\
| * drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-11-231-0/+4
| * drm: Ensure string is null terminated.Vinson Lee2011-11-111-1/+3
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-1/+1
* | drm: Check that the requested pixel format is validVille Syrjälä2011-12-201-0/+75
* | drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä2011-12-201-0/+11
* | drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä2011-12-201-1/+1
* | drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä2011-12-201-0/+12
* | drm: plane: Check source coordinatesVille Syrjälä2011-12-201-0/+23
* | drm: plane: Clear plane.crtc and plane.fb after disable_plane()Ville Syrjälä2011-12-201-0/+2
* | drm: Fix __user sparse warningsVille Syrjälä2011-12-201-15/+15
* | drm: plane: mutex_unlock() was missingVille Syrjälä2011-12-201-0/+1
* | drm: remove some potentially dangerous DRM_ERRORsJesse Barnes2011-12-061-15/+4
* | drm: Redefine pixel formatsVille Syrjälä2011-12-011-15/+42
* | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-0/+41
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-5/+106
* | drm: add plane support v3Jesse Barnes2011-11-151-2/+255
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-071-2/+6
|\
| * drm: Introduce "Virtual" connectors and encodersThomas Hellstrom2011-11-011-2/+6
* | gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-311-0/+1
|/
* drm: Fix the number of connector and encoder to cleanup functionsJoonyoung Shim2011-08-291-0/+2
* drm/kms: allow drm_mode_group with no objectsBen Skeggs2011-07-071-3/+0
* drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctlSascha Hauer2011-06-091-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drm: check for modesetting on modeset ioctlsDave Airlie2011-03-211-0/+51
* drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-071-0/+33
* drm: Add an interface to reset the deviceChris Wilson2011-01-251-0/+20
* drm/kms: remove spaces from connector names (v2)Alex Deucher2010-12-091-5/+5
* drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-061-1/+2
* drm: expand gamma_setJames Simmons2010-08-101-1/+1
* drm: Propagate error code from fb_create()Chris Wilson2010-08-101-2/+2
* drm: Return EBUSY if the framebuffer is unbound when flipping.Chris Wilson2010-07-211-0/+9
* drm: add "auto" dithering methodBen Skeggs2010-07-211-0/+1
* drm: unify crtc,connector,encoder,fb debug printingJerome Glisse2010-07-161-7/+13
* drm/drm_crtc: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-081-1/+3
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-2/+0
|\
| * drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-1/+0
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-1/+0
* | Merge branch 'drm-edid-fixes' into drm-core-nextDave Airlie2010-04-201-2/+5
|\ \
| * | drm/edid: Remove arbitrary EDID extension limitAdam Jackson2010-04-061-2/+5
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-111-0/+1
|\
| * drm: Add eDP connector typeAlex Deucher2010-01-081-0/+1
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-101-1/+175
|\ \ | |/
| * Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-2/+3
| |\
| | * drm: use page flip event to signal flip completionJesse Barnes2009-12-011-1/+1
| | * Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-12-011-0/+69
| | |\
| | * | drm: make drm_mode_object_find typesafeDaniel Vetter2009-11-051-1/+2
OpenPOWER on IntegriCloud