index
:
~danvet/drm
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
better-gpu_cpufreq
cea-double-clocked
cpu_edp-abomination
cpu_transcoder
cs-prefetch
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-fb-helper
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
embed-gtt-space
fdi-dither
fence-debugfs
fix-relaxed-tiling
for-QA
for-airlied
for-angela
for-anholt
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-fixes
for-ickle
for-jbarnes
for-jirierab
for-manday
for-mlankhorst
for-next
for-nkalkhof
for-ohsix
for-poland
for-pzanoni
for-robclark
for-sedat-dilek
full-gtt
gem_stress-fallout
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
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-fixes
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq_handler_cleanup
ivb-edp-fixpile
kill-old-drm-crap
kill-with-fire
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
map-and-fence
meh
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
odds-and-ends
pageflip-ts-mess
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
prime-locking-fixes
pwrite-pread
radeon-kick-offb
reset-fail
reset-rework
review-for-jbarnes
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
semaphore-fun
set_caching
shit
shmem_slowpath
snb-workarounds
stuff
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
unbound-splitup
danvet's drm/ playground
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-08
drm/i915: die, i915_probe_agp, die
intel_gtt_rework
Daniel Vetter
4
-180/+25
2010-09-08
drm/i915: drop prealloc_start from i915_dma gtt init
Daniel Vetter
1
-8/+4
2010-09-08
intel-gtt: use chipset generation number some more
Daniel Vetter
1
-8/+2
2010-09-08
intel-gtt: call init_gtt_init in probe function
Daniel Vetter
1
-45/+15
2010-09-08
intel-gtt: consolidate i9xx setup
Daniel Vetter
1
-93/+61
2010-09-08
intel-gtt: consolidate i830 setup
Daniel Vetter
1
-34/+49
2010-09-08
intel-gtt: consolidate the gtt ioremap calls
Daniel Vetter
1
-44/+26
2010-09-08
intel-gtt: i830: adjust ioremap of regs and gtt to i9xx
Daniel Vetter
1
-18/+23
2010-09-08
intel-gtt: i965: use detected gtt size for mapping
Daniel Vetter
1
-42/+34
2010-09-08
intel-gtt: i915: use detected gtt size for mapping
Daniel Vetter
1
-50/+8
2010-09-08
intel-gtt: introduce intel_gtt_driver
Daniel Vetter
2
-87/+120
2010-09-08
intel-gtt: fix gtt_total_entries detection
Daniel Vetter
1
-39/+11
2010-09-08
intel-gtt: s/i8[13]0/fake_agp for generic functions
Daniel Vetter
1
-28/+29
2010-09-08
intel-gtt: adjust overhead entries in intel_gtt_stolen_entries
Daniel Vetter
1
-63/+78
2010-09-08
intel-gtt: drop unnecessary conditions in intel_gtt_stolen_entries
Daniel Vetter
1
-34/+8
2010-09-08
intel-gtt: sane variable names for intel_gtt_stolen_entries
Daniel Vetter
1
-52/+56
2010-09-08
intel-gtt: generic intel_fake_agp_fetch_size
Daniel Vetter
1
-53/+24
2010-09-08
intel-gtt: new function intel_gtt_mappable_entries
Daniel Vetter
1
-19/+59
2010-09-08
intel-gtt: s/intel_i830_init_gtt_entries/intel_gtt_stolen_entries
Daniel Vetter
1
-6/+6
2010-09-08
intel-gtt: store a local pointer to the bridge pci dev
Daniel Vetter
1
-27/+34
2010-09-08
intel-gtt: introduce drm/intel-gtt.h
Daniel Vetter
4
-25/+38
2010-09-08
agp/intel: make intel-gtt.c into a real source file
Daniel Vetter
4
-5/+22
2010-09-08
agp/intel: split out gmch/gtt probe, part 2
Daniel Vetter
2
-172/+147
2010-09-08
drm/i915: set dither bits on eDP panels too
Jesse Barnes
1
-18/+17
2010-09-08
drm/i915: fix pipeconf dither bit definitions
Jesse Barnes
2
-9/+15
2010-09-08
drm/i915: Remove impossible error handling from bit17 swizzling
Chris Wilson
1
-11/+3
2010-09-08
drm/i915: Add ringbuffer wait reset to hangcheck
Chris Wilson
1
-0/+16
2010-09-08
drm/i915: Clear scanline waits after disabling the pipe.
Chris Wilson
2
-2/+31
2010-09-08
drm/i915: Show framebuffer info in debugfs
Chris Wilson
3
-25/+73
2010-09-08
drm/i915: Show device capabilities in debugfs
Chris Wilson
1
-0/+41
2010-09-08
drm/i915/tv: After disabling the pipe, use wait_for_vblank_off()
Chris Wilson
1
-1/+1
2010-09-08
drm/i915: Refactor panel backlight controls
Chris Wilson
5
-108/+125
2010-09-08
drm/i915: Remove redundant initialisation of fb_base
Chris Wilson
1
-4/+0
2010-09-08
drm/i915: Quieten sparse warnings for missing prototypes.
Chris Wilson
5
-10/+10
2010-09-08
drm/i915: Kill the active list spinlock
Chris Wilson
4
-66/+65
2010-09-08
drm/i915: Remove the random SyncFlush during initialisation
Chris Wilson
1
-6/+0
2010-09-08
drm/i915: Compile out error state without DEBUG_FS
Chris Wilson
3
-26/+42
2010-09-08
drm/i915/overlay: Use a continuation hook to finish work after a flip.
Chris Wilson
1
-66/+44
2010-09-08
drm/i915/overlay: Make the overlay control struct opaque.
Chris Wilson
3
-28/+27
2010-09-08
drm/i915/overlay: Pass interruptible to switch_off()
Chris Wilson
3
-35/+21
2010-09-08
drm/i915/overlay: Workaround i830 overlay activation bug.
Chris Wilson
1
-4/+67
2010-09-08
drm/i915/overlay: Make do_put_image() as static
Chris Wilson
1
-3/+3
2010-09-08
drm/i915: Preallocate requests
Chris Wilson
3
-23/+59
2010-09-08
drm/i915/overlay: Tidy release_old_vid()
Chris Wilson
1
-45/+28
2010-09-08
drm/i915/overlay: Combine SWITCH_OFF into a single step
Chris Wilson
2
-35/+6
2010-09-08
drm/i915/overlay: Explicitly pass regs from map to unmap
Chris Wilson
2
-44/+18
2010-09-08
drm/i915/overlay: Refactor do_wait_request()
Chris Wilson
1
-80/+37
2010-09-08
drm/i915/overlay: Tidy check_overlay_dst()
Chris Wilson
1
-12/+16
2010-09-08
drm/i915/overlay: Tidy update_pfit_vscale_ratio()
Chris Wilson
1
-9/+10
2010-09-08
drm/i915/overlay: Remove duplicated definition of OFC_UPDATE
Chris Wilson
1
-3/+0
[next]