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
2016-10-28
drm/i915: Move object release to a freelist + worker
Chris Wilson
2016-10-28
drm/i915: Acquire the backing storage outside of struct_mutex in set-domain
Chris Wilson
2016-10-28
drm/i915: Implement pwrite without struct-mutex
Chris Wilson
2016-10-28
drm/i915: Implement pread without struct-mutex
Chris Wilson
2016-10-28
drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex
Chris Wilson
2016-10-28
drm/i915: Move object backing storage manipulation to its own locking
Chris Wilson
2016-10-28
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
drm/i915: Use radixtree to jump start intel_partial_pages()
Chris Wilson
2016-10-28
drm/i915: Use a radixtree for random access to the object's backing storage
Chris Wilson
2016-10-28
drm/i915: Markup GEM API with lockdep asserts
Chris Wilson
2016-10-28
drm/i915: Reuse the active golden render state batch
Chris Wilson
2016-10-28
drm/i915: Introduce an internal allocator for disposable private objects
Chris Wilson
2016-10-28
drm/i915: Defer active reference until required
Chris Wilson
2016-10-28
drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
Chris Wilson
2016-10-28
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
2016-10-28
drm/i915: Remove superfluous wait_for_error() from throttle-ioctl
Chris Wilson
2016-10-28
drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
Chris Wilson
2016-10-28
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
Chris Wilson
2016-10-28
drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()
Chris Wilson
2016-10-28
drm/i915: Use macro in place of open-coded for_each_universal_plane loop
Matt Roper
2016-10-28
drm/i915: Rename for_each_plane -> for_each_universal_plane
Matt Roper
2016-10-28
drm/i915: Change the placement of some static functions in intel_dp.c
Navare, Manasi D
2016-10-28
drm/i915: Address broxton phy registers based on phy and channel number
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_info
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Create a struct to hold information about the broxton phys
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Move broxton vswing sequence to intel_dpio_phy.c
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Move DPIO phy documentation section to intel_dpio_phy.c
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Move broxton phy code to intel_dpio_phy.c
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optmin_mask()
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Explicitly map broxton DPIO power wells to phys
Ander Conselvan de Oliveira
2016-10-28
drm/i915: Rename struct i915_power_well field data to id
Ander Conselvan de Oliveira
2016-10-28
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2016-10-28
Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2016-10-27
drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CI
Rex Zhu
2016-10-27
drm/amdgpu: disable dpm before turn off clock when vce idle.
Rex Zhu
2016-10-27
drm/amdgpu: enable uvd bypass mode for CI/VI.
Rex Zhu
2016-10-27
drm/amdgpu: just not load smc firmware if smu is already running
Rex Zhu
2016-10-27
drm/amdgpu: when suspend, set boot state instand of disable dpm.
Rex Zhu
2016-10-27
drm/amdgpu: use failed label to handle context init failure
Huang Rui
2016-10-27
drm/i915: Correct pipe fault reporting string
Tvrtko Ursulin
2016-10-27
Merge tag 'gvt-next-2016-10-27' of https://github.com/01org/gvt-linux into dr...
Daniel Vetter
2016-10-27
drm/bridge: fix platform_no_drv_owner.cocci warnings
kbuild test robot
2016-10-27
drm/bridge: fix semicolon.cocci warnings
kbuild test robot
2016-10-27
drm/i915/gvt: fix nested sleeping issue
Du, Changbin
2016-10-27
drm/i915/gvt: throw error basing on execlist submit result
Bing Niu
2016-10-27
drm/i915/gvt: add full vGPU reset support
Ping Gao
2016-10-26
drm/i915/DMC/KBL: Load DMC on KBL using the no_stepping_info array
Anusha Srivatsa
2016-10-26
drm: Print some debug/error info during DP dual mode detect
Imre Deak
[next]