Eric Anholt
|
f30994622b
drm/vc4: Add an ioctl for labeling GEM BOs for summary stats
|
8 years ago |
Eric Anholt
|
95d7cbcb6f
drm/vc4: Start using u64_to_user_ptr.
|
8 years ago |
Christophe JAILLET
|
d0b1d259a4
drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling path
|
8 years ago |
Michal Hocko
|
2098105ec6
drm: drop drm_[cm]alloc* helpers
|
8 years ago |
Eric Anholt
|
553c942f8b
drm/vc4: Allow using more than 256MB of CMA memory.
|
8 years ago |
Eric Anholt
|
925d05e1f8
drm/vc4: Fix refcounting of runtime PM get if it errors out.
|
8 years ago |
Eric Anholt
|
cdec4d3613
drm/vc4: Expose dma-buf fences for V3D rendering.
|
8 years ago |
Daniel Vetter
|
b70366e5d3
Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next
|
8 years ago |
Ingo Molnar
|
174cd4b1e5
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
|
8 years ago |
Eric Anholt
|
72f793f14a
drm/vc4: Convert existing documentation to actual kerneldoc.
|
8 years ago |
Eric Anholt
|
6b8ac63847
drm/vc4: Return -EINVAL on the overflow checks failing.
|
8 years ago |
Eric Anholt
|
0f2ff82e11
drm/vc4: Fix an integer overflow in temporary allocation layout.
|
8 years ago |
Eric Anholt
|
3a62234680
drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.
|
9 years ago |
Dan Carpenter
|
b2cdeb19f1
drm/vc4: Fix a couple error codes in vc4_cl_lookup_bos()
|
9 years ago |
Eric Anholt
|
7edabee06a
drm/vc4: Fix races when the CS reads from render targets.
|
9 years ago |
Dave Airlie
|
ca09fb9f60
Merge tag 'v4.8-rc8' into drm-next
|
9 years ago |
Eric Anholt
|
67f13690f4
drm/vc4: Don't force new binner overflow allocation per draw.
|
9 years ago |
Eric Anholt
|
552416c146
drm/vc4: Fix oops when userspace hands in a bad BO.
|
9 years ago |
Eric Anholt
|
def9652770
drm/vc4: Free hang state before destroying BO cache.
|
9 years ago |
Eric Anholt
|
ece7267dcc
drm/vc4: Use drm_malloc_ab to fix large rendering jobs.
|
9 years ago |
Eric Anholt
|
d5fb46e0e3
drm/vc4: Use drm_free_large() on handles to match its allocation.
|
9 years ago |
Daniel Vetter
|
db3697295c
drm/vc4: Use drm_gem_object_unreference_unlocked
|
9 years ago |
Chris Wilson
|
a8ad0bd84f
drm: Remove unused drm_device from drm_gem_object_lookup()
|
9 years ago |
Varad Gautam
|
ca26d28bba
drm/vc4: improve throughput by pipelining binning and rendering jobs
|
9 years ago |
Eric Anholt
|
36cb6253f9
drm/vc4: Use runtime PM to power cycle the device when the GPU hangs.
|
9 years ago |
Eric Anholt
|
001bdb55d9
drm/vc4: Enable runtime PM.
|
9 years ago |
Eric Anholt
|
c4ce60dc30
drm/vc4: Fix spurious GPU resets due to BO reuse.
|
9 years ago |
Eric Anholt
|
2ee94657e2
drm/vc4: Drop error message on seqno wait timeouts.
|
9 years ago |
Eric Anholt
|
13cf8909ea
drm/vc4: Fix -ERESTARTSYS error return from BO waits.
|
9 years ago |
Eric Anholt
|
2c68f1fcfb
drm/vc4: Return an ERR_PTR from BO creation instead of NULL.
|
9 years ago |