summaryrefslogtreecommitdiff
path: root/src/uxa/intel_batchbuffer.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-24 10:27:55 -0700
committerKeith Packard <keithp@keithp.com>2014-09-12 13:51:14 -0700
commit616dea2c67847101fd43b5d89b556b3702c7f0bb (patch)
treebdcd3e4ec057deeab433f4958e2483cdb2c4074a /src/uxa/intel_batchbuffer.h
parent57c67199d043f3a653436769f1a69947a96d9d5b (diff)
Rename uxa-specific functions and structs
This starts to separate uxa from the rest of the driver by renaming uxa-specific functions and structs to make it clear which portions of the driver are uxa-specific and which are common. Signed-off-by: Keith Packard <keithp@keithp.com> Acked-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/uxa/intel_batchbuffer.h')
-rw-r--r--src/uxa/intel_batchbuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uxa/intel_batchbuffer.h b/src/uxa/intel_batchbuffer.h
index 79e2ab07..e5fb8d08 100644
--- a/src/uxa/intel_batchbuffer.h
+++ b/src/uxa/intel_batchbuffer.h
@@ -129,7 +129,7 @@ intel_batch_emit_reloc(intel_screen_private *intel,
static inline void
intel_batch_mark_pixmap_domains(intel_screen_private *intel,
- struct intel_pixmap *priv,
+ struct intel_uxa_pixmap *priv,
uint32_t read_domains, uint32_t write_domain)
{
assert (read_domains);
@@ -149,7 +149,7 @@ intel_batch_emit_reloc_pixmap(intel_screen_private *intel, PixmapPtr pixmap,
uint32_t read_domains, uint32_t write_domain,
uint32_t delta, int needs_fence)
{
- struct intel_pixmap *priv = intel_get_pixmap_private(pixmap);
+ struct intel_uxa_pixmap *priv = intel_uxa_get_pixmap_private(pixmap);
intel_batch_mark_pixmap_domains(intel, priv, read_domains, write_domain);