summaryrefslogtreecommitdiff
path: root/screen.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-24ifpps, flowtop: Move ncurses init and end to common moduleTobias Klauser1-0/+24
ncurses (de-)initialization is duplicated across flowtop and ifpps, so move it to an own module and use it from both tools. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
' class='oid'>a61007a83a4671da77210790997d5c8c92ed87ea (patch) tree18369501c2793e1e783175c78ea607e286e88ed0 parent03af84fe7f48937941fbb4dcd6cf66c68ae0edd4 (diff)
drm/i915: Fix partial GGTT faulting
We want to always use the partial VMA as a fallback for a failure to bind the object into the GGTT. This extends the support partial objects in the GGTT to cover everything, not just objects too large. v2: Call the partial view, view not partial. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160818161718.27187-23-chris@chris-wilson.co.uk
Diffstat