mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
drm/i915/gt: Remove trailing blank lines
Remove useless blank lines before and after the brackets. Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com> Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250314021225.11813-4-andi.shyti@linux.intel.com
This commit is contained in:
parent
b6aa4b8b3e
commit
5bebf804ef
3 changed files with 0 additions and 3 deletions
|
|
@ -176,7 +176,6 @@ static void clear_vm_list(struct list_head *list)
|
|||
i915_vma_destroy_locked(vma);
|
||||
i915_gem_object_put(obj);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -751,7 +751,6 @@ static int lrc_ring_indirect_offset(const struct intel_engine_cs *engine)
|
|||
|
||||
static int lrc_ring_cmd_buf_cctl(const struct intel_engine_cs *engine)
|
||||
{
|
||||
|
||||
if (GRAPHICS_VER_FULL(engine->i915) >= IP_VER(12, 55))
|
||||
/*
|
||||
* Note that the CSFE context has a dummy slot for CMD_BUF_CCTL
|
||||
|
|
|
|||
|
|
@ -314,7 +314,6 @@ static const struct drm_i915_mocs_entry icl_mocs_table[] = {
|
|||
};
|
||||
|
||||
static const struct drm_i915_mocs_entry dg1_mocs_table[] = {
|
||||
|
||||
/* UC */
|
||||
MOCS_ENTRY(1, 0, L3_1_UC),
|
||||
/* WB - L3 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue