summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-07-23 04:16:42 (GMT)
committerDave Airlie <airlied@redhat.com>2013-07-24 01:58:10 (GMT)
commit8002db6336dd361fc13214e9515fe5d52ff294ee (patch)
tree67a6fad200b33eada21944d3e42911a32f523705 /block
parent4f49ec92be64ad1d96cf5d26fc8276f9849202a3 (diff)
downloadlinux-fsl-qoriq-8002db6336dd361fc13214e9515fe5d52ff294ee.tar.xz
qxl: convert qxl driver to proper use for reservations
The recent addition of lockdep support to reservations and their subsequent use by TTM showed up a number of potential problems with the way qxl was using TTM objects. a) it was allocating objects, and reserving them later without validating underneath the reservation, which meant in extreme conditions the objects could be evicted before the reservation ever used them. b) it was reserving objects straight after allocating them, but with no ability to back off should the reservations fail. It now allocates the necessary objects then does a complete reservation pass on them to avoid deadlocks. c) it had two lists per release tracking objects, unnecessary complicating the reservation process. This patch removes the dual object tracking, adds reservations ticket support to the release and fence object handling. It then ports the internal fb drawing code and the userspace facing ioctl to use the new interfaces properly, along with cleanup up the error path handling in some codepaths. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions