summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie25-371/+1648
2009-12-08drm/kms: fix fb cmap allocation to use modeset->crtc not crtcBen Skeggs1-1/+1
2009-12-08drm/ttm: fix unreachable code.Dave Airlie1-2/+3
2009-12-08drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie6-222/+73
2009-12-07drm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom1-0/+2
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom3-0/+5
2009-12-07drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom2-1/+118
2009-12-07drm/ttm: Add ttm lock functionality.Thomas Hellstrom2-1/+312
2009-12-07drm/ttm: Add user-space objects.Thomas Hellstrom2-1/+454
2009-12-04drm/mm: fixup typo in debug functions.Dave Airlie1-1/+1
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz2-0/+105
2009-12-04drm/ttm: fix small memory leak in ttm_memory.cDan Carpenter1-4/+5
2009-12-04drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom2-0/+25
2009-12-04drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson1-0/+48
2009-12-04drm/edid: Add DMT modes to the pool if the monitor is GTF-capableAdam Jackson1-4/+65
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson1-1/+27
2009-12-04drm/edid: Unify detailed block parsing between base and extension blocksAdam Jackson1-102/+61
2009-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds8-19/+89
2009-11-25drm/i915: Select CONFIG_SHMEMChris Wilson1-0/+1
2009-11-25drm/i915: Fix CRT hotplug detect by checking really no channels attachedZhenyu Wang1-2/+2
2009-11-24drm/fb: fix FBIOGET/PUT_VSCREENINFO pixel clock handlingClemens Ladisch1-3/+3
2009-11-24drm: make sure page protections are updated after changing vm_flagsJeremy Fitzhardinge1-1/+1
2009-11-24drm/radeon/kms: Report vga connector is connected according to ddc_probeJerome Glisse1-4/+5
2009-11-24drm: mm always protect change to unused_nodes with unused_lock spinlockJerome Glisse1-0/+9
2009-11-24drm/radeon/kms: Disable TV load detect on RS400,RC410,RS480Jerome Glisse1-0/+7
2009-11-24drm/radeon/kms: read back register before writing in IIO.Dave Airlie1-0/+1
2009-11-24drm/radeon/kms: fix handling of d1/d2 vgaDave Airlie1-5/+4
2009-11-24drm: work around EDIDs with bad htotal/vtotal valuesJesse Barnes1-0/+6
2009-11-24drm/radeon/kms: resume AGP by calling init.Dave Airlie3-0/+15
2009-11-24drm/modes: Fall back to 1024x768 instead of 800x600Adam Jackson1-1/+1
2009-11-24drm/edid: Fix up partially corrupted headersAdam Jackson1-6/+16
2009-11-24drm/edid: Retry EDID fetch up to four timesAdam Jackson1-14/+14
2009-11-24drm/modes: Limit fallback modes to 60HzAdam Jackson1-0/+2
2009-11-19drm/kms: allocate framebuffer cmapClemens Ladisch1-1/+7
2009-11-19drm/fb: fix FBIOGET/PUT_VSCREENINFO pixel clock handlingClemens Ladisch1-3/+3
2009-11-19drm/kms: properly handle fbdev blankingJames Simmons1-6/+9
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg2-0/+70
2009-11-18drm: check return values in drm_versionAndres Salomon1-5/+11
2009-11-18drm: replace DRM_COPY macro w/ a functionAndres Salomon1-12/+22
2009-11-18drm: kill more unused DRM macrosAndres Salomon1-0/+12
2009-11-18drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes1-0/+1
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg4-2/+194
2009-11-17Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+6
2009-11-16drm: radeon: Mark several functions static in mkregtableJosh Triplett1-6/+6
2009-11-12drm/i915: Add more registers save/restore for Ironlake suspendZhenyu Wang2-1/+47
2009-11-12drm/i915: Fix IRQ stall issue on IronlakeZou, Nanhai1-1/+9
2009-11-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds43-639/+1294
2009-11-10drm/kms: Init the CRTC info fields for modes forced from the command line.Francisco Jerez1-0/+1
2009-11-10drm/radeon/r600: CS parser updatesAlex Deucher2-0/+28
2009-11-06drm/radeon/kms: add debugfs for power management for AtomBIOS devicesRafał Miłecki13-2/+132