aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2011-02-23drm: Remove unused members from struct drm_open_hashChris Wilson1-19/+8
2011-02-23drm: Trim the GEM mmap offset hashtabChris Wilson1-1/+1
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson8-20/+24
2011-02-23drm/radeon: overhaul texture checking. (v3)Dave Airlie2-114/+246
2011-02-23drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs1-1/+2
2011-02-23drm: psuedocolor support for ARGB modesRob Clark1-0/+5
2011-02-23radeon: move blit functions to radeon_asic.hDaniel Vetter2-13/+13
2011-02-23radeon: kill decls for inline functionsDaniel Vetter1-6/+0
2011-02-23radeon: consolidate asic-specific function decls for r600 & laterDaniel Vetter4-63/+58
2011-02-23drm/radeon: kill radeon_bo->gobj pointerDaniel Vetter2-7/+3
2011-02-23drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter9-28/+27
2011-02-23drm/radeon: embed struct drm_gem_objectDaniel Vetter14-37/+39
2011-02-23drm: mm: add helper to unwind scan stateDaniel Vetter1-0/+4
2011-02-23drm: mm: add api for embedding struct drm_mm_nodeDaniel Vetter1-9/+84
2011-02-23drm: mm: extract node insert helper functionsDaniel Vetter1-25/+42
2011-02-23drm: mm: track free areas implicitlyDaniel Vetter1-251/+213
2011-02-23drm/nouveau: don't munge in drm_mm internalsDaniel Vetter3-4/+4
2011-02-23drm/radeon: fix regression with AA resolve checkingDave Airlie1-1/+1
2011-02-23drm: drop commented out code and preceding commentPaul Bolle1-2/+0
2011-02-23drm/vblank: Enable precise vblank timestamps for interlaced and doublescan mo...Mario Kleiner1-8/+6
2011-02-23drm/vblank: Use memory barriers optimized for atomic_t instead of generics.Mario Kleiner1-3/+7
2011-02-23drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns)Mario Kleiner1-2/+2
2011-02-23drm/radeon/kms: align height of fb allocation.Dave Airlie1-1/+4
2011-02-23Revert "drm/radeon/kms: switch back to min->max pll post divider iteration"Alex Deucher1-1/+1
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk5-8/+11
2011-02-22Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson10-84/+45
2011-02-22drm/i915: Add support for limited color range of broadcast outputsChris Wilson7-2/+82
2011-02-22drm/i915: Use a device flag for non-interruptible phasesChris Wilson6-71/+60
2011-02-22drm/i915: First try a normal large kmalloc for the temporary exec buffersChris Wilson1-1/+5
2011-02-22drm/i915: Add a module parameter to ignore lid statusChris Wilson3-0/+9
2011-02-22drm/i915: Protect against drm_gem_object not being the first memberChris Wilson5-16/+16
2011-02-22drm/i915: fix per-pipe reads after "cleanup"Jesse Barnes1-6/+7
2011-02-22Revert "drm/i915: Disable SSC for outputs other than LVDS or DP"Chris Wilson4-82/+41
2011-02-22drm/i915: skip FDI & PCH enabling for DP_AJesse Barnes1-2/+81
2011-02-22drm/i915: don't enable FDI & transcoder interrupts after allJesse Barnes1-3/+3
2011-02-22drm/i915: Ignore a hung GPU when flushing the framebuffer prior to a switchChris Wilson1-5/+5
2011-02-21drm/i915: Do not handle backlight combination mode speciallyIndan Zupancic2-47/+0
2011-02-18nouveau/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk1-7/+21
2011-02-18radeon/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk3-12/+33
2011-02-17drm: Fix printk typo 'failled'Paul Bolle12-22/+22
2011-02-17Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie6-36/+40
2011-02-17drm/radeon/kms: add missing frac fb div flag for dce4+Alex Deucher1-1/+3
2011-02-17drm/radeon/kms: do not reject X16 and Y16X16 floating-point formats on r300Marek Olšák1-0/+2
2011-02-17drm/nouveau: fix suspend/resume on GPUs that don't have PM supportBen Skeggs1-1/+1
2011-02-17drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()Ben Skeggs1-3/+3
2011-02-17drm/nv40: fix tiling-related setup for a number of chipsetsBen Skeggs1-19/+27
2011-02-17drm/nouveau: fix non-EDIDful native mode selectionBen Skeggs1-0/+1
2011-02-17drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards.Francisco Jerez1-1/+1
2011-02-17drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS native mode.Francisco Jerez1-9/+3
2011-02-17drm/nv10: Fix crash when allocating a BO larger than half the available VRAM.Francisco Jerez1-3/+4