]> Git Repo - linux.git/commit
drm/mm: Use helpers for drm_mm_node booleans
authorChris Wilson <[email protected]>
Thu, 3 Oct 2019 21:00:58 +0000 (22:00 +0100)
committerChris Wilson <[email protected]>
Fri, 4 Oct 2019 12:42:33 +0000 (13:42 +0100)
commit71724f708997595919cb1e75c5e48916c8846d2e
treef5fbfba50da1a12b963450488289455c7343951b
parent9c98f021e4e717ffd9948fa65340ea3ef12b7935
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 <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
12 files changed:
drivers/gpu/drm/drm_mm.c
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_evict.c
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_vma.c
drivers/gpu/drm/i915/i915_vma.h
drivers/gpu/drm/selftests/test-drm_mm.c
drivers/gpu/drm/vc4/vc4_crtc.c
drivers/gpu/drm/vc4/vc4_hvs.c
drivers/gpu/drm/vc4/vc4_plane.c
This page took 0.050273 seconds and 4 git commands to generate.