Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c724e8a9407683a8a2ee8eb00b972badf237bbe1
/
drivers
/
gpu
/
drm
c724e8a
drm/i915: Capture pinned buffers on error
by Chris Wilson
· 14 years ago
3143a2b
drm/i915: Convert (void)I915_READ to POSTING_READ
by Chris Wilson
· 14 years ago
c94f28c
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
df15315
drm/i915: Fix current tiling check for relaxed fencing
by Chris Wilson
· 14 years ago
1bb9583
Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes
by Chris Wilson
· 14 years ago
5e78330
drm/i915: fix relaxed tiling for gen <= 3 && !g33
by Daniel Vetter
· 14 years ago
a41c73e
drm: radeon: fix error value sign
by Vasiliy Kulikov
· 14 years ago
fba4312
drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx
by Alex Deucher
· 14 years ago
8534551
drm/i915: Retire any pending operations on the old scanout when switching
by Chris Wilson
· 14 years ago
8168bd4
drm/i915: Remove the definitions for Primary Ring Buffer
by Chris Wilson
· 14 years ago
e74cfed
Revert "drm/i915/ringbuffer: Ignore failure to setup the ring on Sandybridge"
by Chris Wilson
· 14 years ago
cae5852
drm/i915/ringbuffer: set FORCE_WAKE bit before reading ring register
by Zou Nan hai
· 14 years ago
527f9e9
drm/i915: Remove the global irq wait queue
by Chris Wilson
· 14 years ago
5d97eb6
drm/i915: Only add the lazy request if we end up waiting for it.
by Chris Wilson
· 14 years ago
33d2323
drm/i915: Unconditionally get the fence reg when pinning scanout
by Chris Wilson
· 14 years ago
7dfbbdc
drm/ttm: Be consistent on ttm_bo_init() failures
by Thomas Hellstrom
· 14 years ago
2b66b50
drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.
by Michel Dänzer
· 14 years ago
6966945
drm/i915: Fix I2C adapter registration
by Jean Delvare
· 14 years ago
b2298fd
drm/radeon/kms: fix thermal sensor reporting on rv6xx
by Alex Deucher
· 14 years ago
bdd91b2
drm/radeon/kms: fix bugs in ddc and cd path router code
by Tyson Whitehead
· 14 years ago
fb939df
drm/radeon/kms: add support for clock/data path routers
by Alex Deucher
· 14 years ago
dccb2a9
drm: vmwgfx: fix information leak to userland
by Kulikov Vasiliy
· 14 years ago
ec3789c
drivers/gpu: Use vzalloc
by Joe Perches
· 14 years ago
1ef0724
drm/vmwgfx: Fix oops on failing bo pin
by Thomas Hellstrom
· 14 years ago
29e190e
drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning
by Thomas Hellstrom
· 14 years ago
aa12326
drm/ttm: Make sure a sync object doesn't disappear while we use it
by Thomas Hellstrom
· 14 years ago
a0ae586
drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocks
by Alex Deucher
· 14 years ago
fce7d61
drivers/gpu/drm: Update WARN uses
by Joe Perches
· 14 years ago
85b54e0
drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments
by Joe Perches
· 14 years ago
0ea75e2
DRM: ignore invalid EDID extensions
by Sam Tygier
· 14 years ago
c5d46b4
drm/radeon/kms: make the connector code less verbose
by Alex Deucher
· 14 years ago
7dcebb5
drm/ttm: remove failed ttm binding error printout
by Thomas Hellstrom
· 14 years ago
06fba6d
drm/ttm: Add a barrier when unreserving
by Thomas Hellstrom
· 14 years ago
dbc4a5b
drm/ttm: Remove mm init error printouts and checks
by Thomas Hellstrom
· 14 years ago
6e4c55d
drm/ttm: Remove pointless list_empty check
by Thomas Hellstrom
· 14 years ago
d7a67cb
drm/ttm: Use private locks for the default bo range manager
by Thomas Hellstrom
· 14 years ago
3205bc2
drm/ttm: Documentation update
by Thomas Hellstrom
· 14 years ago
f5d8e0e
drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handler
by Alex Deucher
· 14 years ago
91839fd
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel
by Dave Airlie
· 14 years ago
3f8ff0e
drm/i915: Fix LVDS fixed-mode regression from 219adae1
by Chris Wilson
· 14 years ago
56e2ea3
drm/i915: Fix unload after failed initialisation
by Chris Wilson
· 14 years ago
374c479
drm/i915: POSTING_READs are simply flushes and so irrelevant to tracing
by Chris Wilson
· 14 years ago
db5e417
drm/i915: filter out the read/write of GPIO registers from debug tracing
by Yuanhan Liu
· 14 years ago
65e5ecb
drm/i915: Add untraced register read/write interface
by Yuanhan Liu
· 14 years ago
ba4f01a
drm/i915: trace down all the register write and read
by Yuanhan Liu
· 14 years ago
08deebf
drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism
by Chris Wilson
· 14 years ago
67e92af
drm/i915: Apply display workaround required according to the B-Spec.
by Eric Anholt
· 14 years ago
de6e2ea
drm/i915: Apply B-spec mandated workaround for read flushes on Ironlake.
by Eric Anholt
· 14 years ago
b47b30c
drm/i915: Avoid might_fault during pwrite whilst holding our mutex
by Chris Wilson
· 14 years ago
629e894
drm/i915/ringbuffer: Ignore failure to setup the ring on Sandybridge
by Chris Wilson
· 14 years ago
ae69b42
drm/i915/ringbuffer: Be consistent in use of ring->size when initialising
by Chris Wilson
· 14 years ago
045e769
drm/i915: Handle GPU hangs during fault gracefully.
by Chris Wilson
· 14 years ago
75e9e91
drm/i915: kill mappable/fenceable disdinction
by Daniel Vetter
· 14 years ago
818f2a3
drm/i915: revert pageflip/mappable related abi breakage
by Daniel Vetter
· 14 years ago
46168f3
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
e07ac3a
drm/i915; Don't apply Ironlake FDI clock workaround to Sandybridge
by Zhenyu Wang
· 14 years ago
5e84e1a
drm/i915: Fix KMS regression on Sandybridge/CPT
by Zhenyu Wang
· 14 years ago
48fcfc8
i915: reprogram power monitoring registers on resume
by Kyle McMartin
· 14 years ago
085ce26
drm/i915: Ensure that if we ever try to pin+fence it is mappable.
by Chris Wilson
· 14 years ago
27153f7
drm/i915: Drop the iomem accessors when writing to the kmapped blt batch
by Chris Wilson
· 14 years ago
8c1812a
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
5588978
drm/i915: SNB BLT workaround
by Chris Wilson
· 14 years ago
8d19215
drm/i915: SNB BLT workaround
by Zou Nan hai
· 14 years ago
328fc13
Revert "drm/i915: add MMIO debug output"
by Chris Wilson
· 14 years ago
80dbf4b
drm/i915: Fix the graphics frequency clamping at init and when IPS is active.
by Jesse Barnes
· 14 years ago
0aa9927
drm/i915: Allow powersave modparam to be adjusted at runtime.
by Chris Wilson
· 14 years ago
f2a630b
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
c6afd65
drm/i915: Apply big hammer to serialise buffer access between rings
by Chris Wilson
· 14 years ago
0f8c6d7
drm/i915: Move the invalidate|flush information out of the device struct
by Chris Wilson
· 14 years ago
13b2928
drm/i915: Apply big hammer to serialise buffer access between rings
by Chris Wilson
· 14 years ago
e5c6526
drm/i915/debugfs: Report ring in error state
by Chris Wilson
· 14 years ago
30c5666
drm/i915: opregion_setup: iounmap correct address
by Christoph Fritz
· 14 years ago
5eac3ab
drm/i915: Evict just the purgeable GTT entries on the first pass
by Chris Wilson
· 14 years ago
ff75b9b
drm/i915: Fix typo from e5281ccd in i915_gem_attach_phys_object()
by Chris Wilson
· 14 years ago
add354d
drm/i915: Record BSD engine error state
by Chris Wilson
· 14 years ago
6aa5606
drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism
by Chris Wilson
· 14 years ago
f4e0b29
drm/i915: Check if the GPU hung whilst waiting for the ring to clear
by Chris Wilson
· 14 years ago
6dda569
drm/i915: Switch to using pci_iounmap in conjunction with pci_iomap
by Chris Wilson
· 14 years ago
4066c0a
drm/i915/debugfs: Display the contents of the BLT and BSD status pages
by Chris Wilson
· 14 years ago
c584fe4
drm/i915/ringbuffer: Remove duplicate initialisation of ring control
by Chris Wilson
· 14 years ago
1d8f38f
drm/i915: Record BLT engine error state
by Chris Wilson
· 14 years ago
33626e6
drm/i915/ringbuffer: Disable the ringbuffer on cleanup.
by Chris Wilson
· 14 years ago
872d860
drm/i915: Remove the duplicate domain-change tracepoint for GPU flush
by Chris Wilson
· 14 years ago
a00b10c
drm/i915: Only enforce fence limits inside the GTT.
by Chris Wilson
· 14 years ago
7465378
drm/i915: Convert BUG_ON(pin_count) from an impossible condition
by Chris Wilson
· 14 years ago
bbe2e11
drm/i915: Do not return -1 from shrinker when nr_to_scan == 0
by Chris Wilson
· 14 years ago
395b70b
drm/i915: Flush read-only buffers from the active list upon idle as well
by Chris Wilson
· 14 years ago
4a684a4
drm/i915: Kill GTT mappings when moving from GTT domain
by Chris Wilson
· 14 years ago
e5281cc
drm/i915: Eliminate nested get/put pages
by Chris Wilson
· 14 years ago
39a01d1
drm/i915: Remove mmap_offset
by Chris Wilson
· 14 years ago
17250b7
drm/i915: Make the inactive object shrinker per-device
by Chris Wilson
· 14 years ago
176f28e
drm/i915/ringbuffer: Check that we setup the ringbuffer
by Chris Wilson
· 14 years ago
b4ce0f8
drm/i915: Use pci_iomap for remapping the MMIO registers.
by Chris Wilson
· 14 years ago
b83db1d
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
7e94250
drm/radeon/kms: enable unmappable vram for evergreen
by Alex Deucher
· 14 years ago
2c7d81a
drm/radeon/kms: fix tiled db height calculation on 6xx/7xx
by Alex Deucher
· 14 years ago
43b93fb
drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx
by Alex Deucher
· 14 years ago
f406839
drm/i915: Capture ERROR register on Sandybridge hangs
by Chris Wilson
· 14 years ago
71e9339
drm/i915: Use the agp_size determined from the GTT
by Chris Wilson
· 14 years ago
da761a6
drm/i915: Bail early if we try to mmap an object too large to be mapped.
by Chris Wilson
· 14 years ago
Next »