commit | 0c65dfd1a84142887c810fc11573e2edb8df87f6 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Mar 12 16:52:04 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 16 12:14:30 2018 +0000 |
tree | 0719cab3779dd8513289c5202d2945934747787b | |
parent | ac697ae8013a7c7301174c9c3b02a92fe418b7ea [diff] |
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