index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_gem.c
Age
Commit message (
Expand
)
Author
2016-05-31
drm/vc4: Use drm_gem_object_unreference_unlocked
Daniel Vetter
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-03-13
drm/vc4: improve throughput by pipelining binning and rendering jobs
Varad Gautam
2016-02-16
drm/vc4: Use runtime PM to power cycle the device when the GPU hangs.
Eric Anholt
2016-02-16
drm/vc4: Enable runtime PM.
Eric Anholt
2016-02-16
drm/vc4: Fix spurious GPU resets due to BO reuse.
Eric Anholt
2016-02-16
drm/vc4: Drop error message on seqno wait timeouts.
Eric Anholt
2016-02-16
drm/vc4: Fix -ERESTARTSYS error return from BO waits.
Eric Anholt
2016-02-16
drm/vc4: Return an ERR_PTR from BO creation instead of NULL.
Eric Anholt
2016-02-16
drm/vc4: Validate that WAIT_BO padding is cleared.
Eric Anholt
2015-12-17
drm/vc4: fix an error code
Dan Carpenter
2015-12-17
drm/vc4: allocate enough memory in vc4_save_hang_state()
Dan Carpenter
2015-12-17
drm/vc4: copy_to_user() returns the number of bytes remaining
Dan Carpenter
2015-12-07
drm/vc4: Add an interface for capturing the GPU state after a hang.
Eric Anholt
2015-12-07
drm/vc4: Add support for async pageflips.
Eric Anholt
2015-12-07
drm/vc4: Add support for drawing 3D frames.
Eric Anholt