sna: Reorder PARAMs based on upstream inclusion
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
13fa1f1a26
commit
f9f85b8803
|
|
@ -140,7 +140,7 @@ search_snoop_cache(struct kgem *kgem, unsigned int num_pages, unsigned flags);
|
|||
#define LOCAL_I915_PARAM_HAS_NO_RELOC 25
|
||||
#define LOCAL_I915_PARAM_HAS_HANDLE_LUT 26
|
||||
#define LOCAL_I915_PARAM_HAS_WT 27
|
||||
#define LOCAL_I915_PARAM_MMAP_VERSION 29
|
||||
#define LOCAL_I915_PARAM_MMAP_VERSION 30
|
||||
|
||||
#define LOCAL_I915_EXEC_IS_PINNED (1<<10)
|
||||
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)
|
||||
|
|
|
|||
|
|
@ -5034,7 +5034,7 @@ sna_cursor_pre_init(struct sna *sna)
|
|||
#define DRM_CAP_CURSOR_WIDTH 8
|
||||
#define DRM_CAP_CURSOR_HEIGHT 9
|
||||
|
||||
#define I915_PARAM_HAS_COHERENT_PHYS_GTT 30
|
||||
#define I915_PARAM_HAS_COHERENT_PHYS_GTT 29
|
||||
|
||||
sna->cursor.max_size = 64;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue