summaryrefslogtreecommitdiff
path: root/src/i965_video.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-02-17 15:26:35 -0500
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-17 20:36:45 +0000
commit0ca595e9d533019b241666d29b421c7b36f9647a (patch)
tree1faa47e4a7035897471cfd048d15eba88e3ed3e3 /src/i965_video.c
parent4c66b28870b050493ad96f7b0fe2d70d7ee539c7 (diff)
Fix IGD and IGDNG constants to be comprehensible
Since, with GPU-on-package, it's hard to talk about a model number for a specific chipset like 855GM, just use the platform names. Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i965_video.c')
-rw-r--r--src/i965_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i965_video.c b/src/i965_video.c
index e16a5757..38c81003 100644
--- a/src/i965_video.c
+++ b/src/i965_video.c
@@ -113,7 +113,7 @@ static const uint32_t ps_kernel_planar_static[][4] = {
#include "exa_wm_write.g4b"
};
-/* new program for IGDNG */
+/* new program for Ironlake */
static const uint32_t sf_kernel_static_gen5[][4] = {
#include "exa_sf.g4b.gen5"
};
@@ -675,7 +675,7 @@ static drm_intel_bo *i965_create_wm_state(ScrnInfoPtr scrn,
wm_state->thread1.binding_table_entry_count = 7;
/* binding table entry count is only used for prefetching, and it has to
- * be set 0 for IGDNG
+ * be set 0 for Ironlake
*/
if (IS_GEN5(intel))
wm_state->thread1.binding_table_entry_count = 0;