mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/i915: move intel_csr.[ch] under display/
The DMC firmware is about display. Move the handling under display. No functional changes. Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200211161451.6867-1-jani.nikula@intel.com
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include <drm/drm_print.h>
|
||||
|
||||
#include "display/intel_atomic.h"
|
||||
#include "display/intel_csr.h"
|
||||
#include "display/intel_overlay.h"
|
||||
|
||||
#include "gem/i915_gem_context.h"
|
||||
@@ -47,7 +48,6 @@
|
||||
#include "i915_gpu_error.h"
|
||||
#include "i915_memcpy.h"
|
||||
#include "i915_scatterlist.h"
|
||||
#include "intel_csr.h"
|
||||
|
||||
#define ALLOW_FAIL (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
|
||||
#define ATOMIC_MAYFAIL (GFP_ATOMIC | __GFP_NOWARN)
|
||||
|
||||
Reference in New Issue
Block a user