summaryrefslogtreecommitdiff
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/radeon/kms: i2c s/sprintf/snprintf/g for safetyAlex Deucher2010-11-191-3/+6
| * | | drm/radeon/kms: fix i2c pad masks on rs4xxAlex Deucher2010-11-191-0/+13
| * | | drm/ttm: Fix up a theoretical deadlockThomas Hellstrom2010-11-181-0/+11
| * | | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-11-1828-223/+384
| |\ \ \
| | * | | nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski2010-11-183-9/+33
| | * | | drm/nouveau: Fix a few confusions between "chipset" and "card_type".Francisco Jerez2010-11-183-3/+3
| | * | | drm/nouveau: don't expose backlight control when available through ACPIBen Skeggs2010-11-181-0/+9
| | * | | drm/nouveau/pm: improve memtiming mappingsRoy Spliet2010-11-181-12/+19
| | * | | drm/nouveau: Make PCIE GART size depend on the available RAMIN space.Francisco Jerez2010-11-181-5/+5
| | * | | drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.Francisco Jerez2010-11-181-1/+1
| | * | | drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not setMartin Peres2010-11-181-1/+6
| | * | | drm/nouveau: Don't use load detection for connector polling.Francisco Jerez2010-11-181-23/+2
| | * | | drm/nv10-nv20: Fix instability after MPLL changes.Francisco Jerez2010-11-181-0/+9
| | * | | drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs2010-11-187-13/+82
| | * | | drm/nouveau: Don't poll LVDS outputs.Francisco Jerez2010-11-181-4/+6
| | * | | drm/nouveau: Use "force" to decide if analog load detection is ok or not.Francisco Jerez2010-11-183-49/+28
| | * | | drm/nv04: Fix scanout over the 16MB mark.Francisco Jerez2010-11-182-1/+20
| | * | | drm/nouveau: fix nv40 pcie gart sizeLucas Stach2010-11-181-1/+5
| | * | | drm/nva3: fix overflow in fixed point math used for pll calculationBen Skeggs2010-11-181-6/+10
| | * | | drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine.Francisco Jerez2010-11-181-0/+28
| | * | | drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez2010-11-185-22/+39
| | * | | drm/nouveau: Reduce severity of the unknown getparam error.Francisco Jerez2010-11-181-2/+2
| | * | | drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.Francisco Jerez2010-11-181-27/+44
| | * | | drm/nouveau: Some random cleanups.Francisco Jerez2010-11-183-50/+16
| | * | | drm/nv11: Fix bad PLL detection false positive.Francisco Jerez2010-11-181-4/+4
| | * | | drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode.Francisco Jerez2010-11-181-6/+7
| | * | | drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.Francisco Jerez2010-11-181-6/+21
| | * | | drm/nouveau: Fix sleep while atomic in the semaphore code.Francisco Jerez2010-11-181-1/+6
| | * | | drm/nouveau: ratelimit IRQ messagesJiri Slaby2010-11-181-12/+14
| | | |/ | | |/|
| * | | drm/radeon/kms: fix tiling info on evergreenAlex Deucher2010-11-181-1/+30
| * | | drm/radeon/kms: fix alignment when allocating buffersAlex Deucher2010-11-1813-23/+25
| * | | drm/vmwgfx: Fix up an error path during bo creationThomas Hellstrom2010-11-181-6/+8
| * | | drm/radeon/kms: register an i2c adapter name for the dp aux busAlex Deucher2010-11-181-0/+1
| * | | drm/radeon/kms/atom: add proper external encoders supportAlex Deucher2010-11-182-0/+184
| * | | drm/radeon/kms/atom: cleanup and unify DVO handlingAlex Deucher2010-11-184-46/+52
| * | | drm/radeon/kms: properly power up/down the eDP panel as needed (v4)Alex Deucher2010-11-183-0/+70
| * | | drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode()Alex Deucher2010-11-181-3/+15
| * | | drm/radeon/kms: turn the backlight off explicitly for dpmsAlex Deucher2010-11-181-1/+14
| * | | drm/radeon/kms: fix typo in r600 cs checkerAlex Deucher2010-11-181-1/+1
| * | | drm: radeon: fix error value signVasiliy Kulikov2010-11-181-2/+2
| * | | drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xxAlex Deucher2010-11-182-116/+199
| |/ /
* | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/ /
* | drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom2010-11-101-0/+4
* | drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.Michel Dänzer2010-11-101-2/+2
* | drm/radeon/kms: fix thermal sensor reporting on rv6xxAlex Deucher2010-11-091-7/+1
* | drm/radeon/kms: fix bugs in ddc and cd path router codeTyson Whitehead2010-11-092-10/+7
* | drm/radeon/kms: add support for clock/data path routersAlex Deucher2010-11-096-29/+85
* | drm: vmwgfx: fix information leak to userlandKulikov Vasiliy2010-11-091-0/+1
* | drivers/gpu: Use vzallocJoe Perches2010-11-091-2/+2
* | drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom2010-11-091-0/+5