Skip to content
Commit 71acb5eb authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/i915: add support for physical memory objects



This is an initial patch to do support for objects which needs physical
contiguous main ram, cursors and overlay registers on older chipsets.

These objects are bound on cursor bin, like pinning, and we copy
the data to/from the backing store object into the real one on attach/detach.

notes:
possible over the top in attach/detach operations.
no overlay support yet.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent e285f3cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment