diff options
author | Hemant Hariyani <hemanthariyani@ti.com> | 2011-08-25 03:01:10 -0400 |
---|---|---|
committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:18:39 -0400 |
commit | b7f68b0d0649bec8d50054b78873ca40b267321b (patch) | |
tree | 56e9917cfa159b1728721dbae9d8c46f33bc2699 /drivers/gpu/pvr/sgxerrata.h | |
parent | 8827e270c06639a9a89390799c8860bf9640ec5f (diff) |
OMAP4: SGX-KM: Upgrade DDK to version 1.7.17.4403
This patch upgrades the kernel side graphics driver to version
1.7.17.4403.
The corresponding change in the user side must be in place for this
to work.
Change-Id: Id3a713fa22a227dbcd0ec098589d62b350802247
Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
Diffstat (limited to 'drivers/gpu/pvr/sgxerrata.h')
-rw-r--r-- | drivers/gpu/pvr/sgxerrata.h | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/drivers/gpu/pvr/sgxerrata.h b/drivers/gpu/pvr/sgxerrata.h index de8f484c8a6..83c0444cc9f 100644 --- a/drivers/gpu/pvr/sgxerrata.h +++ b/drivers/gpu/pvr/sgxerrata.h | |||
@@ -406,6 +406,18 @@ | |||
406 | #define FIX_HW_BRN_31425 | 406 | #define FIX_HW_BRN_31425 |
407 | #endif | 407 | #endif |
408 | #else | 408 | #else |
409 | #if SGX_CORE_REV == 104 | ||
410 | #define FIX_HW_BRN_29954 | ||
411 | #define FIX_HW_BRN_31093 | ||
412 | #define FIX_HW_BRN_31195 | ||
413 | #define FIX_HW_BRN_31278 | ||
414 | #if defined(SGX_FEATURE_MP) | ||
415 | #define FIX_HW_BRN_31425 | ||
416 | #endif | ||
417 | #define FIX_HW_BRN_31542 | ||
418 | #define FIX_HW_BRN_31620 | ||
419 | #define FIX_HW_BRN_31671 | ||
420 | #else | ||
409 | #if SGX_CORE_REV == 105 | 421 | #if SGX_CORE_REV == 105 |
410 | #if defined(SGX_FEATURE_MP) | 422 | #if defined(SGX_FEATURE_MP) |
411 | #define FIX_HW_BRN_31425 | 423 | #define FIX_HW_BRN_31425 |
@@ -420,6 +432,7 @@ | |||
420 | #endif | 432 | #endif |
421 | #endif | 433 | #endif |
422 | #endif | 434 | #endif |
435 | #endif | ||
423 | 436 | ||
424 | #define SGX_CORE_DEFINED | 437 | #define SGX_CORE_DEFINED |
425 | #endif | 438 | #endif |
@@ -471,19 +484,12 @@ | |||
471 | #define SGX_CORE_REV SGX_CORE_REV_HEAD | 484 | #define SGX_CORE_REV SGX_CORE_REV_HEAD |
472 | #endif | 485 | #endif |
473 | 486 | ||
474 | #if SGX_CORE_REV == 100 | ||
475 | #if defined(SGX_FEATURE_MP) | ||
476 | #define FIX_HW_BRN_31425 | ||
477 | #endif | ||
478 | #else | ||
479 | #if SGX_CORE_REV == 101 | ||
480 | #if defined(SGX_FEATURE_MP) | ||
481 | #define FIX_HW_BRN_31425 | ||
482 | #endif | ||
483 | #else | ||
484 | #if SGX_CORE_REV == 123 | 487 | #if SGX_CORE_REV == 123 |
485 | 488 | ||
486 | #else | 489 | #else |
490 | #if SGX_CORE_REV == 124 | ||
491 | |||
492 | #else | ||
487 | #if SGX_CORE_REV == SGX_CORE_REV_HEAD | 493 | #if SGX_CORE_REV == SGX_CORE_REV_HEAD |
488 | 494 | ||
489 | #else | 495 | #else |
@@ -491,7 +497,6 @@ | |||
491 | #endif | 497 | #endif |
492 | #endif | 498 | #endif |
493 | #endif | 499 | #endif |
494 | #endif | ||
495 | 500 | ||
496 | #define SGX_CORE_DEFINED | 501 | #define SGX_CORE_DEFINED |
497 | #endif | 502 | #endif |