commit | 71724f708997595919cb1e75c5e48916c8846d2e | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Oct 03 22:00:58 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 04 13:42:33 2019 +0100 |
tree | f5fbfba50da1a12b963450488289455c7343951b | |
parent | 9c98f021e4e717ffd9948fa65340ea3ef12b7935 [diff] |
drm/mm: Use helpers for drm_mm_node booleans In preparation for rearranging the booleans into a flags field, ensure all the current users are using the inline helpers and not directly accessing the members. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191003210100.22250-3-chris@chris-wilson.co.uk