Skip to content

Commit

Permalink
drm/i915/gt: Remove trailing blank lines
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Andi Shyti committed Mar 19, 2025
1 parent b6aa4b8 commit 5bebf80
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/gt/intel_gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ static void clear_vm_list(struct list_head *list)
i915_vma_destroy_locked(vma);
i915_gem_object_put(obj);
}

}
}

Expand Down
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/gt/intel_lrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/gt/intel_mocs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5bebf80

Please sign in to comment.