summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang1-0/+4
2011-11-11drm: Ensure string is null terminated.Vinson Lee1-1/+3
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+6
2011-11-01drm: Introduce "Virtual" connectors and encodersThomas Hellstrom1-2/+6
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-08-29drm: Fix the number of connector and encoder to cleanup functionsJoonyoung Shim1-0/+2
2011-07-07drm/kms: allow drm_mode_group with no objectsBen Skeggs1-3/+0
2011-06-09drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctlSascha Hauer1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-21drm: check for modesetting on modeset ioctlsDave Airlie1-0/+51
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie1-0/+33
2011-01-25drm: Add an interface to reset the deviceChris Wilson1-0/+20
2010-12-09drm/kms: remove spaces from connector names (v2)Alex Deucher1-5/+5
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom1-1/+2
2010-08-10drm: expand gamma_setJames Simmons1-1/+1
2010-08-10drm: Propagate error code from fb_create()Chris Wilson1-2/+2
2010-07-21drm: Return EBUSY if the framebuffer is unbound when flipping.Chris Wilson1-0/+9
2010-07-21drm: add "auto" dithering methodBen Skeggs1-0/+1
2010-07-16drm: unify crtc,connector,encoder,fb debug printingJerome Glisse1-7/+13
2010-06-08drm/drm_crtc: return -EFAULT on copy_to_user errorsDan Carpenter1-1/+3
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-2/+0
2010-04-20Merge branch 'drm-edid-fixes' into drm-core-nextDave Airlie1-2/+5
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie1-1/+0
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-1/+0
2010-04-06drm/edid: Remove arbitrary EDID extension limitAdam Jackson1-2/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+1
2010-01-08drm: Add eDP connector typeAlex Deucher1-0/+1
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+175
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-2/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz1-0/+104
2009-12-01drm: use page flip event to signal flip completionJesse Barnes1-1/+1
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt1-0/+69
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg1-0/+69
2009-11-05drm: make drm_mode_object_find typesafeDaniel Vetter1-1/+2
2009-10-05drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctlZhao Yakui1-2/+0
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-0/+1
2009-09-07drm: split crtc/fb helpers into a separate moduleDave Airlie1-0/+1
2009-08-20Merge Linus master to drm-nextDave Airlie1-29/+13
2009-08-19drm: clarify scaling property namesJesse Barnes1-4/+4
2009-08-19drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie1-28/+12
2009-08-13drm: Add more standard TV properties.Francisco Jerez1-0/+18
2009-08-04drm: Define some new standard TV properties.Francisco Jerez1-0/+18
2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez1-0/+2
2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez1-0/+1
2009-08-04drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui1-13/+16
2009-08-04drm: Small logic fix in drm_mode_setcrtcJakob Bornecrantz1-1/+1
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard1-1/+6
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg1-2/+1