mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
Merge drm/drm-next into drm-intel-next
Sync the drm-intel-gt-next changes back to drm-intel-next via drm-next. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#include "gt/intel_context_types.h"
|
||||
#include "gt/intel_sseu.h"
|
||||
|
||||
#include "gem/i915_gem_object_types.h"
|
||||
|
||||
struct drm_printer;
|
||||
struct drm_i915_private;
|
||||
struct intel_gt_definition;
|
||||
@@ -245,6 +247,9 @@ struct intel_device_info {
|
||||
* Initial runtime info. Do not access outside of i915_driver_create().
|
||||
*/
|
||||
const struct intel_runtime_info __runtime;
|
||||
|
||||
u32 cachelevel_to_pat[I915_MAX_CACHE_LEVEL];
|
||||
u32 max_pat_index;
|
||||
};
|
||||
|
||||
struct intel_driver_caps {
|
||||
|
||||
Reference in New Issue
Block a user