summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: argument to control retiring behaviorBen Widawsky2012-01-267-20/+27
* drm/i915: Correct the bit number for the MI_FLUSH_ENABLE.Eric Anholt2012-01-261-1/+1
* drm/i915: Remove the MI_FLUSH_ENABLE setting.Eric Anholt2012-01-251-2/+0Star
* drm/i915: fixup assert_pipe to take the pipe A quirk into accountDaniel Vetter2012-01-241-0/+4
* drm/i915: print out which pixel format we do not supportEugeni Dodonov2012-01-211-1/+2
* drm/i915: properly mask and or watermark values for spritesJesse Barnes2012-01-211-7/+17
* drm/i915: clarify gen2 pageflip cmdDaniel Vetter2012-01-211-1/+1
* drm/i915: add a LLC feature flag in device descriptionEugeni Dodonov2012-01-176-2/+13
* drm/i915: kill i915_mem.cDaniel Vetter2012-01-175-411/+7Star
* drm/i915: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-01-171-1/+1
* drm/i915/dp: Check for AUXCH error before checking for successAdam Jackson2012-01-171-0/+4
* drm/i915/dp: Use auxch precharge value of 5 everywhereAdam Jackson2012-01-171-6/+1Star
* drm/i915/dp: Tweak auxch clock divider for PCHAdam Jackson2012-01-171-1/+1
* drm/i915: Remove a comment about PCH from the non-PCH pathAdam Jackson2012-01-171-2/+0Star
* drm/i915: Fix assert_pch_hdmi_disabled to mention HDMI (not DP)Adam Jackson2012-01-171-1/+1
* drm/i915: Implement plane-disabled assertion for PCH tooAdam Jackson2012-01-171-1/+7
* drivers: i915: Fix BLC PWM register setupSimon Que2012-01-171-2/+2
* drm/i915: Check that plane/pipe is disabled before removing the fbChris Wilson2012-01-171-5/+12
* drm/i915: fix typo in function nameEugeni Dodonov2012-01-171-1/+1
* drm/i915: split out pll divider codeJesse Barnes2012-01-171-22/+40
* drm/i915: split 9xx refclk & sdvo tv code outJesse Barnes2012-01-171-28/+46
* agp/intel: Add pci id for hostbridge from has/qemuBen Widawsky2012-01-171-0/+1
* drm/i915: there is no pipe CxSR on ironlakeEugeni Dodonov2012-01-171-1/+1
* drm/i915: Only look for matching clocks for LVDS downclockSean Paul2012-01-161-33/+41
* drm/i915: Silence _DSM errorsAdam Jackson2012-01-161-1/+1
* drm/nouveau/pm: fix build with HWMON offDave Airlie2012-01-101-1/+1
* gma500: silence gcc warnings in mid_get_vbt_data()Dan Carpenter2012-01-101-3/+3
* drm/ttm: fix condition (and vs or)Dan Carpenter2012-01-101-5/+3Star
* drm/radeon: double lock typo in radeon_vm_bo_rmv()Dan Carpenter2012-01-091-1/+1
* drm/radeon: use after free in radeon_vm_bo_add()Dan Carpenter2012-01-091-1/+1
* drm/sis|via: don't return stack garbage from free_mem ioctlDaniel Vetter2012-01-092-4/+2Star
* drm/radeon/kms: remove pointless CS flags priority structAlex Deucher2012-01-091-3/+0Star
* drm/radeon/kms: check if vm is supported in VA ioctlAlex Deucher2012-01-094-3/+18
* drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)Dave Airlie2012-01-063-8/+11
* radeon: Fix disabling PCI bus mastering on big endian hosts.Michel Dänzer2012-01-062-4/+5
* ttm: fix agp since ttm tt reworkJerome Glisse2012-01-065-0/+45
* agp: Fix multi-line warning message whitespaceTormod Volden2012-01-061-4/+4
* drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk2012-01-061-5/+10
* drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk2012-01-061-2/+5
* drm/radeon/kms: sync across multiple rings when doing bo moves v3Alex Deucher2012-01-063-4/+39
* drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)Christian König2012-01-064-0/+53
* drm/radeon: GPU virtual memory support v22Jerome Glisse2012-01-0619-78/+1480
* drm: make DRM_UNLOCKED ioctls with their own mutexIlija Hadzic2012-01-053-16/+10Star
* drm: no need to hold global mutex for static dataIlija Hadzic2012-01-051-2/+2
* drm/radeon/benchmark: common modes sweep ignores 640x480@32Chen Jie2012-01-051-3/+3
* drm/radeon/kms: disable writeback on pre-R300 asicsAlex Deucher2012-01-051-1/+4
* drm/radeon: allocate semaphore from the ib poolJerome Glisse2012-01-054-100/+131
* drm/radeon: make ib size variableJerome Glisse2012-01-056-14/+21
* drm/radeon/kms: add missing ring ready check in sync testsAlex Deucher2012-01-051-0/+2
* drm: add support for private planesRob Clark2012-01-054-8/+21