summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_irq.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-11-20 23:14:48 -0800
committerDave Airlie <airlied@redhat.com>2008-11-25 09:28:43 +1000
commit6133047aa64d2fd5b3b79dff74f696ded45615b2 (patch)
tree5a1b8ee154479156da304e181a05289da7cf81c5 /drivers/gpu/drm/drm_irq.c
parent05eff845a28499762075d3a72e238a31f4d2407c (diff)
downloadlinux-3.10-6133047aa64d2fd5b3b79dff74f696ded45615b2.tar.gz
linux-3.10-6133047aa64d2fd5b3b79dff74f696ded45615b2.tar.bz2
linux-3.10-6133047aa64d2fd5b3b79dff74f696ded45615b2.zip
drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT
Before we had the notion of pinning objects, we had a kludge around to make sure all of the objects were still resident in the GTT before we committed to executing a batch buffer. We don't need this any longer, and it sticks an error return in the middle of object domain computations that must be associated with a subsequent flush/invalidate emmission into the ring. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/drm_irq.c')
0 files changed, 0 insertions, 0 deletions