index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-23
drm/i915: enable rc6 on ilk again
Daniel Vetter
1
-15
/
+10
2012-07-23
drm/ips: move drps/ips/ilk related variables into dev_priv->ips
Daniel Vetter
3
-74
/
+72
2012-07-23
drm/i915: fix up ilk drps/ips locking
Daniel Vetter
2
-37
/
+58
2012-07-23
drm/i915: DE_PCU_EVENT irq is ilk-only
Daniel Vetter
1
-5
/
+5
2012-07-23
drm/i915: kill dev_priv->mchdev_lock
Daniel Vetter
2
-2
/
+0
2012-07-23
drm/i915: move all rps state into dev_priv->rps
Daniel Vetter
6
-52
/
+65
2012-07-23
drm/i915: fixup up debugfs rps state handling
Daniel Vetter
2
-15
/
+29
2012-07-23
drm/i915: properly guard ilk ips state
Daniel Vetter
1
-12
/
+25
2012-07-23
drm/i915: ensure rps state is properly lock-protected
Daniel Vetter
1
-0
/
+2
2012-07-23
drm/i915: Avoid concurrent access when marking the device as idle/busy
Chris Wilson
6
-138
/
+41
2012-07-21
drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs
Chris Wilson
5
-37
/
+44
2012-07-21
drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbuffer
Chris Wilson
1
-0
/
+1
2012-07-21
drm/i915: Replace the complex flushing logic with simple invalidate/flush all
Daniel Vetter
1
-202
/
+20
2012-07-21
drm/i915: Remove the explicit flush of the GPU write domain
Chris Wilson
1
-34
/
+0
2012-07-21
drm/i915: Remove explicit flush from i915_gem_object_flush_fence()
Chris Wilson
1
-14
/
+2
2012-07-21
drm/i915: Remove the per-ring write list
Chris Wilson
5
-70
/
+3
2012-07-21
drm/i915: Remove the defunct flushing list
Chris Wilson
4
-91
/
+14
2012-07-21
drm/i915: Replace the pending_gpu_write flag with an explicit seqno
Chris Wilson
5
-43
/
+51
2012-07-21
drm/i915: Remove assertion over write domain after i915_gem_object_sync()
Chris Wilson
1
-1
/
+1
2012-07-20
drm/i915: Allow late allocation of request for i915_add_request()
Chris Wilson
3
-36
/
+21
2012-07-20
drm/i915: add inte_crt->adpa_reg
Daniel Vetter
2
-7
/
+17
2012-07-20
drm/i915: create VLV_DSIPLAY_BASE #define
Daniel Vetter
2
-1
/
+3
2012-07-20
drm/i915: Return a mask of the active rings in the high word of busy_ioctl
Chris Wilson
1
-0
/
+4
2012-07-20
drm/i915: add register read IOCTL
Ben Widawsky
4
-0
/
+50
2012-07-20
drm/i915: Support for ns2501-DVO
Thomas Richter
5
-2
/
+596
2012-07-20
drm/i915: add port field to struct intel_dp and use it
Paulo Zanoni
3
-34
/
+34
2012-07-20
drm/i915: move common code to intel_dp_set_link_train
Paulo Zanoni
1
-34
/
+51
2012-07-20
drm/i915: add port parameter to intel_hdmi_init
Daniel Vetter
4
-38
/
+22
2012-07-20
drm/i915: simplify possible_clones computation
Daniel Vetter
9
-61
/
+35
2012-07-20
drm/i915: group ADPA #defines together
Daniel Vetter
1
-25
/
+22
2012-07-20
drm/i915: Cleanup context switching through do_switch()
Chris Wilson
1
-31
/
+26
2012-07-20
drm/i915: Move DP structs to shared location
Shobhit Kumar
2
-32
/
+32
2012-07-20
drm/i915: dereferencing an error pointer
Dan Carpenter
1
-1
/
+3
2012-07-20
drm/i915: fix invalid reference handling of the default ctx obj
Chris Wilson
1
-14
/
+4
2012-07-20
drm/i915: Add -EIO to the list of known errors for __wait_seqno
Chris Wilson
1
-0
/
+1
2012-07-20
drm/i915: Flush the context object from the CPU caches upon switching
Chris Wilson
1
-0
/
+11
2012-07-20
drm/i915: Workaround hang with BSD and forcewake on SandyBridge
Chris Wilson
1
-9
/
+10
2012-07-20
drm/i915: Make the lock for pageflips interruptible
Chris Wilson
1
-1
/
+4
2012-07-20
drm/i915: don't forget the PCH backlight registers
Paulo Zanoni
1
-1
/
+14
2012-07-20
drm/i915: Insert a flush between batches if the breadcrumb was dropped
Chris Wilson
1
-2
/
+7
2012-07-20
drm/i915: missing error case in init status page
Ben Widawsky
1
-0
/
+1
2012-07-20
drm/i915: mask tiled bit when updating ILK sprites
Ander Conselvan de Oliveira
1
-0
/
+1
2012-07-20
drm/i915: try to train DP even harder
Paulo Zanoni
1
-1
/
+1
2012-07-20
drm/i915: kill intel_ddc_probe
Daniel Vetter
2
-29
/
+0
2012-07-20
drm/i915: check whether we actually received an edid in detect_ddc
Daniel Vetter
1
-19
/
+14
2012-07-20
drm/i915: fix up PCH backlight #define mixup
Daniel Vetter
1
-1
/
+1
2012-07-20
drm/i915: Add comments to explain the BSD tail write workaround
Chris Wilson
5
-12
/
+26
2012-07-20
drm/i915: Disable the BLT on pre-production SNB hardware
Chris Wilson
1
-1
/
+17
2012-07-20
drm/i915: initialize power wells in modeset_init_hw
Eugeni Dodonov
3
-5
/
+6
2012-07-20
drm/i915: Only request PM interrupts for the events we handled
Chris Wilson
1
-8
/
+1
[next]