All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petri Latvala <petri.latvala@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t 4/7] lib: Remove media_fill.c
Date: Fri, 29 Sep 2017 15:59:49 +0300	[thread overview]
Message-ID: <1506689992-20540-5-git-send-email-petri.latvala@intel.com> (raw)
In-Reply-To: <1506689992-20540-1-git-send-email-petri.latvala@intel.com>

media_fill.c has been unused from around 2014 when its contents moved
to intel_batchbuffer.c.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
---
 lib/media_fill.c | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 lib/media_fill.c

diff --git a/lib/media_fill.c b/lib/media_fill.c
deleted file mode 100644
index 1d212b80..00000000
--- a/lib/media_fill.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "i830_reg.h"
-#include "media_fill.h"
-
-media_fillfunc_t get_media_fillfunc(int devid)
-{
-	media_fillfunc_t fill = NULL;
-
-	if (IS_GEN8(devid))
-		fill = gen8_media_fillfunc;
-	else if (IS_GEN7(devid))
-		fill = gen7_media_fillfunc;
-	else if (IS_GEN9(devid))
-		fill = gen9_media_fillfunc;
-
-	return fill;
-}
-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2017-09-29 13:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-29 12:59 [PATCH i-g-t 0/7] Dist cleanups Petri Latvala
2017-09-29 12:59 ` [PATCH i-g-t 1/7] benchmarks: Add wsim files to dist Petri Latvala
2017-09-29 12:59 ` [PATCH i-g-t 2/7] benchmarks: Add ezbench.d " Petri Latvala
2017-09-29 12:59 ` [PATCH i-g-t 3/7] demos: Remove final file Petri Latvala
2017-09-29 12:59 ` Petri Latvala [this message]
2017-09-29 12:59 ` [PATCH i-g-t 5/7] lib: Handle intel_aub.h like the other stub files Petri Latvala
2017-09-29 12:59 ` [PATCH i-g-t 6/7] docs: Distribute audio.txt and chamelium.txt Petri Latvala
2017-09-29 12:59 ` [PATCH i-g-t 7/7] meson: Distribute meson build system files Petri Latvala
2017-09-29 14:29 ` ✓ Fi.CI.BAT: success for Dist cleanups Patchwork
2017-09-29 17:46 ` ✓ Fi.CI.IGT: " Patchwork
2017-10-02  8:55 ` [PATCH i-g-t 0/7] " Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1506689992-20540-5-git-send-email-petri.latvala@intel.com \
    --to=petri.latvala@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.