mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 17:43:56 +08:00
drm/i915: rip out dev_priv->tex_lru_log_granularity
Assigned in setparam, used never. I didn't bother to dig through the archives to figure out what this was supposed to do. Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
53ca26cab8
commit
64c43c3321
@ -879,7 +879,6 @@ static int i915_setparam(struct drm_device *dev, void *data,
|
|||||||
case I915_SETPARAM_USE_MI_BATCHBUFFER_START:
|
case I915_SETPARAM_USE_MI_BATCHBUFFER_START:
|
||||||
break;
|
break;
|
||||||
case I915_SETPARAM_TEX_LRU_LOG_GRANULARITY:
|
case I915_SETPARAM_TEX_LRU_LOG_GRANULARITY:
|
||||||
dev_priv->tex_lru_log_granularity = param->value;
|
|
||||||
break;
|
break;
|
||||||
case I915_SETPARAM_ALLOW_BATCHBUFFER:
|
case I915_SETPARAM_ALLOW_BATCHBUFFER:
|
||||||
dev_priv->dri1.allow_batchbuffer = param->value ? 1 : 0;
|
dev_priv->dri1.allow_batchbuffer = param->value ? 1 : 0;
|
||||||
|
@ -398,7 +398,6 @@ typedef struct drm_i915_private {
|
|||||||
u32 hotplug_supported_mask;
|
u32 hotplug_supported_mask;
|
||||||
struct work_struct hotplug_work;
|
struct work_struct hotplug_work;
|
||||||
|
|
||||||
int tex_lru_log_granularity;
|
|
||||||
unsigned int sr01, adpa, ppcr, dvob, dvoc, lvds;
|
unsigned int sr01, adpa, ppcr, dvob, dvoc, lvds;
|
||||||
int num_pipe;
|
int num_pipe;
|
||||||
int num_pch_pll;
|
int num_pch_pll;
|
||||||
|
Loading…
Reference in New Issue
Block a user