commit | 5ea22f24d77b511d68c4ecaf4e6fd5d6ab462b8f | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Fri May 30 11:34:01 2014 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Wed Jun 04 13:22:53 2014 +1000 |
tree | e6c3287bee5fec51e3deb8b905c156926c6a8985 | |
parent | a2b34e226ac9fbd20179091fad0ee1a24ad48669 [diff] |
drm: add extended property types If we continue to use bitmask for type, we will quickly run out of room to add new types. Split this up so existing part of bitmask range continues to function as before, but reserve a chunk of the remaining space for an integer type-id. Wrap this all up in some type-check helpers to keep the backwards-compat uglyness contained. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>