summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2012-02-03drm crtc: add forgotten idr cleanup functionsSascha Hauer
2012-01-05drm: add support for private planesRob Clark
2012-01-05drm: disconnect plane from fb/crtc when disabledRob Clark
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-12-20drm: Check that the requested pixel format is validVille Syrjälä
2011-12-20drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä
2011-12-20drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä
2011-12-20drm: plane: Check source coordinatesVille Syrjälä
2011-12-20drm: plane: Clear plane.crtc and plane.fb after disable_plane()Ville Syrjälä
2011-12-20drm: Fix __user sparse warningsVille Syrjälä
2011-12-20drm: plane: mutex_unlock() was missingVille Syrjälä
2011-12-06drm: remove some potentially dangerous DRM_ERRORsJesse Barnes
2011-12-01drm: Redefine pixel formatsVille Syrjälä
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-15drm: add plane support v3Jesse Barnes
2011-11-11drm: Ensure string is null terminated.Vinson Lee
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2011-11-01drm: Introduce "Virtual" connectors and encodersThomas Hellstrom
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-08-29drm: Fix the number of connector and encoder to cleanup functionsJoonyoung Shim
2011-07-07drm/kms: allow drm_mode_group with no objectsBen Skeggs
2011-06-09drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctlSascha Hauer
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-21drm: check for modesetting on modeset ioctlsDave Airlie
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie
2011-01-25drm: Add an interface to reset the deviceChris Wilson
2010-12-09drm/kms: remove spaces from connector names (v2)Alex Deucher
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom
2010-08-10drm: expand gamma_setJames Simmons
2010-08-10drm: Propagate error code from fb_create()Chris Wilson
2010-07-21drm: Return EBUSY if the framebuffer is unbound when flipping.Chris Wilson
2010-07-21drm: add "auto" dithering methodBen Skeggs
2010-07-16drm: unify crtc,connector,encoder,fb debug printingJerome Glisse
2010-06-07drm/drm_crtc: return -EFAULT on copy_to_user errorsDan Carpenter
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie
2010-04-20Merge branch 'drm-edid-fixes' into drm-core-nextDave Airlie
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie
2010-04-06drm/edid: Remove arbitrary EDID extension limitAdam Jackson
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-01-08drm: Add eDP connector typeAlex Deucher
2009-12-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-03drm: Add dirty ioctl and propertyJakob Bornecrantz