Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
374c479bef7ecd2b41d6dd6e24aa21d73b3afae5
/
drivers
/
gpu
/
drm
/
i915
374c479
drm/i915: POSTING_READs are simply flushes and so irrelevant to tracing
by Chris Wilson
· 15 years ago
db5e417
drm/i915: filter out the read/write of GPIO registers from debug tracing
by Yuanhan Liu
· 15 years ago
65e5ecb
drm/i915: Add untraced register read/write interface
by Yuanhan Liu
· 15 years ago
ba4f01a
drm/i915: trace down all the register write and read
by Yuanhan Liu
· 15 years ago
67e92af
drm/i915: Apply display workaround required according to the B-Spec.
by Eric Anholt
· 15 years ago
de6e2ea
drm/i915: Apply B-spec mandated workaround for read flushes on Ironlake.
by Eric Anholt
· 15 years ago
629e894
drm/i915/ringbuffer: Ignore failure to setup the ring on Sandybridge
by Chris Wilson
· 15 years ago
ae69b42
drm/i915/ringbuffer: Be consistent in use of ring->size when initialising
by Chris Wilson
· 15 years ago
045e769
drm/i915: Handle GPU hangs during fault gracefully.
by Chris Wilson
· 15 years ago
75e9e91
drm/i915: kill mappable/fenceable disdinction
by Daniel Vetter
· 15 years ago
818f2a3
drm/i915: revert pageflip/mappable related abi breakage
by Daniel Vetter
· 15 years ago
46168f3
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 15 years ago
e07ac3a
drm/i915; Don't apply Ironlake FDI clock workaround to Sandybridge
by Zhenyu Wang
· 15 years ago
5e84e1a
drm/i915: Fix KMS regression on Sandybridge/CPT
by Zhenyu Wang
· 15 years ago
48fcfc8
i915: reprogram power monitoring registers on resume
by Kyle McMartin
· 15 years ago
085ce26
drm/i915: Ensure that if we ever try to pin+fence it is mappable.
by Chris Wilson
· 15 years ago
27153f7
drm/i915: Drop the iomem accessors when writing to the kmapped blt batch
by Chris Wilson
· 15 years ago
8c1812a
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 15 years ago
5588978
drm/i915: SNB BLT workaround
by Chris Wilson
· 15 years ago
8d19215
drm/i915: SNB BLT workaround
by Zou Nan hai
· 15 years ago
328fc13
Revert "drm/i915: add MMIO debug output"
by Chris Wilson
· 15 years ago
80dbf4b
drm/i915: Fix the graphics frequency clamping at init and when IPS is active.
by Jesse Barnes
· 15 years ago
0aa9927
drm/i915: Allow powersave modparam to be adjusted at runtime.
by Chris Wilson
· 15 years ago
f2a630b
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 15 years ago
c6afd65
drm/i915: Apply big hammer to serialise buffer access between rings
by Chris Wilson
· 15 years ago
0f8c6d7
drm/i915: Move the invalidate|flush information out of the device struct
by Chris Wilson
· 15 years ago
13b2928
drm/i915: Apply big hammer to serialise buffer access between rings
by Chris Wilson
· 15 years ago
e5c6526
drm/i915/debugfs: Report ring in error state
by Chris Wilson
· 15 years ago
30c5666
drm/i915: opregion_setup: iounmap correct address
by Christoph Fritz
· 15 years ago
5eac3ab
drm/i915: Evict just the purgeable GTT entries on the first pass
by Chris Wilson
· 15 years ago
ff75b9b
drm/i915: Fix typo from e5281ccd in i915_gem_attach_phys_object()
by Chris Wilson
· 15 years ago
add354d
drm/i915: Record BSD engine error state
by Chris Wilson
· 15 years ago
6aa5606
drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism
by Chris Wilson
· 15 years ago
f4e0b29
drm/i915: Check if the GPU hung whilst waiting for the ring to clear
by Chris Wilson
· 15 years ago
6dda569
drm/i915: Switch to using pci_iounmap in conjunction with pci_iomap
by Chris Wilson
· 15 years ago
4066c0a
drm/i915/debugfs: Display the contents of the BLT and BSD status pages
by Chris Wilson
· 15 years ago
c584fe4
drm/i915/ringbuffer: Remove duplicate initialisation of ring control
by Chris Wilson
· 15 years ago
1d8f38f
drm/i915: Record BLT engine error state
by Chris Wilson
· 15 years ago
33626e6
drm/i915/ringbuffer: Disable the ringbuffer on cleanup.
by Chris Wilson
· 15 years ago
872d860
drm/i915: Remove the duplicate domain-change tracepoint for GPU flush
by Chris Wilson
· 15 years ago
a00b10c
drm/i915: Only enforce fence limits inside the GTT.
by Chris Wilson
· 15 years ago
7465378
drm/i915: Convert BUG_ON(pin_count) from an impossible condition
by Chris Wilson
· 15 years ago
bbe2e11
drm/i915: Do not return -1 from shrinker when nr_to_scan == 0
by Chris Wilson
· 15 years ago
395b70b
drm/i915: Flush read-only buffers from the active list upon idle as well
by Chris Wilson
· 15 years ago
4a684a4
drm/i915: Kill GTT mappings when moving from GTT domain
by Chris Wilson
· 15 years ago
e5281cc
drm/i915: Eliminate nested get/put pages
by Chris Wilson
· 15 years ago
39a01d1
drm/i915: Remove mmap_offset
by Chris Wilson
· 15 years ago
17250b7
drm/i915: Make the inactive object shrinker per-device
by Chris Wilson
· 15 years ago
176f28e
drm/i915/ringbuffer: Check that we setup the ringbuffer
by Chris Wilson
· 15 years ago
b4ce0f8
drm/i915: Use pci_iomap for remapping the MMIO registers.
by Chris Wilson
· 15 years ago
f406839
drm/i915: Capture ERROR register on Sandybridge hangs
by Chris Wilson
· 15 years ago
71e9339
drm/i915: Use the agp_size determined from the GTT
by Chris Wilson
· 15 years ago
da761a6
drm/i915: Bail early if we try to mmap an object too large to be mapped.
by Chris Wilson
· 15 years ago
fb7d516
drm/i915: add accounting for mappable objects in gtt v2
by Daniel Vetter
· 15 years ago
ec57d26
drm/i915: add mappable to gem_object_bind tracepoint
by Daniel Vetter
· 15 years ago
5398463
drm/i915: use the complete gtt
by Daniel Vetter
· 15 years ago
16e809a
drm/i915: unbind unmappable objects on fault/pin
by Daniel Vetter
· 15 years ago
920afa7
drm/i915: range-restricted bind_to_gtt
by Daniel Vetter
· 15 years ago
a6e0aa4
drm/i915: range-restricted eviction support
by Daniel Vetter
· 15 years ago
3cce469
drm/i915: Propagate error from failing to queue a request
by Chris Wilson
· 15 years ago
b222349
drm/i915: Remove the confusing global waiting/irq seqno
by Chris Wilson
· 15 years ago
c2c347a9
drm/i915/debugfs: Include info for the other rings
by Chris Wilson
· 15 years ago
893eead
drm/i915: Fix hangcheck to handle multiple rings
by Chris Wilson
· 15 years ago
7e318e1
drm/i915: Move object to GPU domains after dispatching execbuffer
by Chris Wilson
· 15 years ago
e1f99ce
drm/i915: Propagate errors from writing to ringbuffer
by Chris Wilson
· 15 years ago
8f28f54
i915: signedness bug in check_overlay_src()
by Dan Carpenter
· 15 years ago
78501ea
drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface
by Chris Wilson
· 15 years ago
dd2b379
drm/i915: Fix typo from "Enable DisplayPort Audio"
by Takashi Iwai
· 15 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 15 years ago
6419340
drm/i915: Move gpu_write_list to per-ring
by Chris Wilson
· 15 years ago
b665145
drm/i915: Invalidate the to-ring, flush the old-ring when updating domains
by Chris Wilson
· 15 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 15 years ago
297b0c5
drm/i915/ringbuffer: Write the value passed in to the tail register
by Chris Wilson
· 15 years ago
878a3c3
drm/i915: Fix flushing regression from 9af90d19f
by Chris Wilson
· 15 years ago
e27d853
drm/i915/sdvo: Remove unused encoding member
by Chris Wilson
· 15 years ago
3c17fe4
i915: enable AVI infoframe for intel_hdmi.c [v4]
by David Härdeman
· 15 years ago
dc3f82c
drm/i915: Fix current fb blocking for page flip
by Chia-I Wu
· 15 years ago
f00a3dd
drm/i915: IS_IRONLAKE is synonymous with gen == 5
by Chris Wilson
· 15 years ago
549f736
drm/i915: Enable SandyBridge blitter ring
by Chris Wilson
· 15 years ago
e36c1cd
drm/i915/ringbuffer: Remove broken intel_fill_struct()
by Chris Wilson
· 15 years ago
c717966
drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2b
by Chris Wilson
· 15 years ago
b5dc608
drm/i915: Copy the updated reloc->presumed_offset back to the user
by Chris Wilson
· 15 years ago
69dc498
drm/i915: Track objects in global active list (as well as per-ring)
by Chris Wilson
· 15 years ago
87acb0a
drm/i915: Simplify most HAS_BSD() checks
by Chris Wilson
· 15 years ago
9af90d1
drm/i915: cache the last object lookup during pin_and_relocate()
by Chris Wilson
· 15 years ago
1d7cfea
drm/i915: Do interrupible mutex lock first to avoid locking for unreference
by Chris Wilson
· 15 years ago
139d363
drivers: gpu: drm: i915: Fix a typo.
by Andrea Gelmini
· 15 years ago
4f27b75
drm/i915: rearrange mutex acquisition for pread
by Chris Wilson
· 15 years ago
fbd5a26
drm/i915: Rearrange acquisition of mutex during pwrite
by Chris Wilson
· 15 years ago
b5e4feb
drm/i915: Attempt to prefault user pages for pread/pwrite
by Chris Wilson
· 15 years ago
202f2fe
drm/i915: Avoid taking the mutex for dropping the refcnt upon creation
by Chris Wilson
· 15 years ago
f0c43d9
drm/i915: Perform relocations in CPU domain [if in CPU domain]
by Chris Wilson
· 15 years ago
2549d6c
drm/i915: Avoid vmallocing a buffer for the relocations
by Chris Wilson
· 15 years ago
55b7d6e8
drm/i915/hdmi: Add 'force_audio' property
by Chris Wilson
· 15 years ago
7f36e7e
drm/i915/sdvo: Add 'force_audio' property
by Chris Wilson
· 15 years ago
f684960
drm/i915/dp: Add 'force_audio' property
by Chris Wilson
· 15 years ago
2e3d600
drm/i915: Enable HDMI audio for monitor with audio support
by Zhenyu Wang
· 15 years ago
a9756bb
drm/i915: Enable DisplayPort audio
by Zhenyu Wang
· 15 years ago
6d139a8
drm/i915: Initialize panel timing registers if VBIOS did not
by Bryan Freed
· 15 years ago
Next »