OSDN Git Service

drm/i915/stolen: Switch from DEBUG_KMS to DEBUG_DRIVER
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 12 Mar 2018 16:52:04 +0000 (16:52 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 16 Mar 2018 12:14:30 +0000 (12:14 +0000)
commit0c65dfd1a84142887c810fc11573e2edb8df87f6
tree0719cab3779dd8513289c5202d2945934747787b
parentac697ae8013a7c7301174c9c3b02a92fe418b7ea
drm/i915/stolen: Switch from DEBUG_KMS to DEBUG_DRIVER

i915_gem_stolen is an allocator for the reserved portion of memory
("stolen" from the system by the BIOS). It is not tied to KMS but
central to the driver, so prefer DRM_DEBUG_DRIVER.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180312165206.31772-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_stolen.c