index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
2011-10-18
drm/radeon: Move r100_*_*reg out of line
Andi Kleen
2011-10-18
drm/radeon: Move more code out of line
Andi Kleen
2011-10-18
drm/radeon: Remove more bogus inlines in the radeon driver.
Andi Kleen
2011-10-18
drm/radeon: Remove now unused functions in radeon driver
Andi Kleen
2011-10-18
drm/radeon: drop inlines in r600_blit.c
Andi Kleen
2011-10-18
drm/radeon: Drop inlines from evergreen_cs.c / r600_cs.c
Andi Kleen
2011-10-18
vmwgfx: Add vblank stubs
Jakob Bornecrantz
2011-10-18
vmwgfx: Whitespace & code style in display unit
Jakob Bornecrantz
2011-10-18
vmwgfx: Fix display system init & close functions
Jakob Bornecrantz
2011-10-12
drm/radeon: allow pcie gen2 speed on Cayman
Ilija Hadzic
2011-10-12
drm/radeon: allow pcie gen2 speed on NI
Ilija Hadzic
2011-10-11
vmwgfx: Take the driver out of staging
Thomas Hellstrom
2011-10-11
drm: Add KMS debug printk's for encoder and crtc fixup failure
Adam Jackson
2011-10-10
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...
Dave Airlie
2011-10-10
vmwgfx: Wrap drm_read and drm_poll
Thomas Hellstrom
2011-10-10
vmwgfx: Add fence events
Thomas Hellstrom
2011-10-10
vmwgfx: Break out and comment vmw_execbuf_copy_fence_user
Thomas Hellstrom
2011-10-10
drm/radeon/kms: set DMA mask properly on newer PCI asics
Alex Deucher
2011-10-10
DRM: bug: RADEON_DEBUGFS_MAX_{NUM_FILES => COMPONENTS}
Michael Witten
2011-10-10
drm/radeon/kms: handle !force case in connector detect more gracefully
Alex Deucher
2011-10-10
drm/radeon/kms: bail early in dvi_detect for digital only connectors
Alex Deucher
2011-10-10
drm/radeon/kms: Fix I2C mask definitions
Jean Delvare
2011-10-10
vmwgfx: Don't use virtual coords when using screen objects
Jakob Bornecrantz
2011-10-10
vmwgfx: Implement memory accounting for resources
Thomas Hellstrom
2011-10-05
DRM: add DRM Driver for Samsung SoC EXYNOS4210.
Inki Dae
2011-10-05
vmwgfx: Minor cleanups
Thomas Hellstrom
2011-10-05
vmwgfx: Bump driver minor to advertise support for new ioctls.
Thomas Hellstrom
2011-10-05
vmwgfx: Be more strict with fb depths when using screen objects
Jakob Bornecrantz
2011-10-05
vmwgfx: Handle device surface memory limit
Thomas Hellstrom
2011-10-05
vmwgfx: Make sure we always have a user-space handle to use for objects that ...
Thomas Hellstrom
2011-10-05
vmwgfx: Optimize the command submission resource list
Thomas Hellstrom
2011-10-05
vmwgfx: Fix up query processing
Thomas Hellstrom
2011-10-05
vmwgfx: Allow reference and unreference of NULL fence objects.
Thomas Hellstrom
2011-10-05
vmwgfx: minor dmabuf utilities cleanup
Thomas Hellstrom
2011-10-05
vmwgfx: Disallow user space to send present and readback commands
Jakob Bornecrantz
2011-10-05
vmwgfx: Add present and readback ioctls
Jakob Bornecrantz
2011-10-05
vmwgfx: Place overlays in GMR area if we can
Jakob Bornecrantz
2011-10-05
vmwgfx: Drop 3D Legacy Display Unit support
Jakob Bornecrantz
2011-10-05
vmwgfx: Require HWV8 for 3d support
Thomas Hellstrom
2011-10-05
vmwgfx: Add screen object support
Jakob Bornecrantz
2011-10-05
vmwgfx: Add dmabuf helper functions for pinning
Jakob Bornecrantz
2011-10-05
vmwgfx: Refactor common display unit functions to shared file
Jakob Bornecrantz
2011-10-05
vmwgfx: Expand the command checker to cover screen object commands
Jakob Bornecrantz
2011-10-05
vmwgfx: Break out dirty submission code
Jakob Bornecrantz
2011-10-05
vmwgfx: Break out execbuf command processing
Thomas Hellstrom
2011-10-05
vmwgfx: Some comments and BUG_ON
Jakob Bornecrantz
2011-10-05
vmwgfx: Make sure the reserved area is at the start of vram
Jakob Bornecrantz
2011-10-05
vmwgfx: Add comments for buffer pinning code
Jakob Bornecrantz
2011-10-05
vmwgfx: Document vmw_fifo_reserve
Jakob Bornecrantz
2011-10-05
vmwgfx: Update register files to latest from vmware-sdk
Jakob Bornecrantz
[next]