summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: EDID endianness fixes.Michel Dänzer2009-06-191-49/+43
* drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom2009-06-191-6/+15
* drm: Remove memory debugging infrastructure.Eric Anholt2009-06-182-361/+0
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-167-4/+1922
|\
| * drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse2009-06-151-0/+130
| * drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom2009-06-155-0/+1788
| * drm/radeon: fix mobility flags on new PCI IDs.Dave Airlie2009-06-151-4/+4
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-124-57/+170
|\|
| * drm: include kernel list header file in hashtab headerJerome Glisse2009-06-121-0/+2
| * drm: Split out the mm declarations in a separate header. Add atomic operations.Jerome Glisse2009-06-122-36/+91
| * drm/radeon: add support for RV790.Alex Deucher2009-06-121-0/+2
| * drm/radeon: add rv740 drm support.Alex Deucher2009-06-121-0/+5
| * drm_calloc_large: check right size, check integer overflow, use GFP_ZEROKristian Høgsberg2009-06-121-8/+4
| * drm: add separate drm debugging levelsyakui_zhao2009-06-111-5/+56
| * drm: fix LOCK_TEST_WITH_RETURN macroRoel Kluin2009-06-111-8/+8
| * drm/i915: Enable probe on new chipsetZhenyu Wang2009-06-091-0/+2
* | drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-042-0/+5
|/
* drm/i915: allocate large pointer arrays with vmallocJesse Barnes2009-05-191-0/+24
* drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.Carl Worth2009-05-141-0/+10
* drm/i915: add support for G41 chipsetZhenyu Wang2009-04-211-0/+1
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-141-0/+3
|\
| * drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.Eric Anholt2009-04-081-0/+3
* | intelfb: support i854Stefan Husemann2009-04-131-0/+2
|/
* drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-031-1/+1
* DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare2009-04-031-1/+0
* drm: fix missing inline function on 32-bit powerpc.Dave Airlie2009-04-031-2/+2
* drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling2009-03-291-0/+1
* drm: reorder struct drm_ioctl_desc to save space on 64 bit buildsRichard Kennedy2009-03-291-3/+3
* radeon: add some new pci idsAlex Deucher2009-03-291-0/+2
* drm: read EDID extensions from monitorMa Ling2009-03-291-1/+2
* drm: merge Linux master into HEADDave Airlie2009-03-287-188/+192
|\
| * agp/intel: Add support for new intel chipset.Shaohua Li2009-03-271-0/+2
| * drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-271-1/+76
| * Merge commit 'v2.6.29' into core/header-fixesIngo Molnar2009-03-265-9/+14
| |\
| * | make drm headers use strict integer typesArnd Bergmann2009-03-266-188/+190
* | | drm: add DRM_READ/WRITE64 wrappers around readq/writeq.Dave Airlie2009-03-131-0/+19
* | | radeon: add RS600 pci idsAlex Deucher2009-03-131-0/+3
* | | radeon: add R6xx/R7xx pci idsAlex Deucher2009-03-131-0/+108
* | | drm/radeon: prep for r6xx/r7xx supportAlex Deucher2009-03-131-1/+4
* | | drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-131-1/+76
* | | drm: Drop unused and broken dri_library_name sysfs attribute.Kristian Høgsberg2009-03-131-1/+0
* | | drm: claim PCI device when running in modesetting mode.Kristian Høgsberg2009-03-131-1/+1
* | | drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt2009-03-131-6/+6
* | | drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt2009-03-131-17/+30
* | | drm: Use resource_size_t for drm_get_resource_{start, len}Benjamin Herrenschmidt2009-03-132-4/+4
| |/ |/|
* | drm: fix EDID parser problem with positive/negative hsync/vsyncPantelis Koukousoulas2009-03-111-1/+1
* | drm: disable encoders before re-routing themJesse Barnes2009-02-251-0/+1
* | drm: Fix ordering of bit fields in EDID structure leading huge vsync values.Jesse Barnes2009-02-251-2/+2
* | drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes2009-02-201-0/+2
* | drm: Propagate failure from setting crtc base.Chris Wilson2009-02-201-5/+5