summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-21ATI Rage 128 and Radeon DRM unconditionally depend on PCIDave Airlie
2004-07-21add some more debugging fix ++ and --Dave Airlie
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie
2004-07-20Add NULLs instead of 0 for i915Dave Airlie
2004-07-20Kconfig update add i915 bring over some stuff from kernelDave Airlie
2004-07-20add x86_64 architecture defines from kernel (leave AMD64 defines in forDave Airlie
2004-07-20fix some more NULLs from kernelDave Airlie
2004-07-20attempt to clean up stub_register, register_chrdev isn't good enough toDave Airlie
2004-07-15sparse cleanups from kernel: Al ViroDave Airlie
2004-07-14Fix reference counting for stub for new Linux PCI probeDave Airlie
2004-07-14allow O= usage for Linux 2.6 kernel building in another directoryDave Airlie
2004-07-11split out backwards compat into a separate file makes it easier for mergingDave Airlie
2004-07-11fix issue in 2.4 kernels with returning NULL from this functionDave Airlie
2004-07-08Add two items to Makefile clean XFree86 bug: Reported by: Submitted by:Jon Smirl
2004-07-07Make drm/libdrm/xf86drm.c matchJon Smirl
2004-07-07Add xf86drm.h back to drm/libdrm until it's true home can be found.Jon Smirl
2004-07-06Fix module loading on alpha by not referencing MTRR symbols onEric Anholt
2004-07-06MFC as of 20040705: dev_t -> struct cdev * change.Eric Anholt
2004-07-05align with kernelDave Airlie
2004-07-05fixes from kernel for 0 vs NULL - mikaDave Airlie
2004-07-05whitespace align with kernelDave Airlie
2004-06-21fix bug with pci_disable_device in the wrong place (Paul Mackerras) removeDave Airlie
2004-06-12dirty hack to make mach64 work, (don't worry I'll get around to fixing itDave Airlie
2004-06-10A few changes for recent redhat.Keith Whitwell
2004-06-10i915 drm moduleKeith Whitwell
2004-06-10i915.o drm driverKeith Whitwell
2004-06-10gamma_dma_priority and gamma_dma_send_buffers both deref d->send_indicesDave Airlie
2004-06-07The dev->devname being passed to request_irq in drm_irq.h is null. With theDave Airlie
2004-06-02Added some comments copied from xf86drm.h.Ian Romanick
2004-06-01Replace size_t with an ugly, ugly hack. This was done so that code in theIan Romanick
2004-05-302.4 compatDave Airlie
2004-05-30fixes from kernel: Make users of page->count use the provided macrosDave Airlie
2004-05-18fix whitespace issue in previous patchRoland Scheidegger
2004-05-18add R200_EMIT_RB3D_BLENDCOLOR state packet to support GL_EXT_blend_color,Roland Scheidegger
2004-05-18another 2.4 fixDave Airlie
2004-05-182.4 compat fixDave Airlie
2004-05-14Add PCI id entry for VIA CN400 (UnichromePro) chip. XFree86 bug: ReportedErdi Chen
2004-05-11Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a fewEric Anholt
2004-05-11Add missing DRM_ERR()s.Eric Anholt
2004-05-10do some real testing and fix the DRM initialising and unloadingDave Airlie
2004-05-09Add mach64 DRM module for BSD (untested, but compiles).Eric Anholt
2004-05-09Add .cvsignore files.Eric Anholt
2004-05-09Warning fixes.Eric Anholt
2004-05-09- Link in shared files as necessary and clean them up.Eric Anholt
2004-05-09Catch up with sis's DRM tag change.Eric Anholt
2004-05-09Remove after repocopy to Makefile, now that we don't have to worry aboutEric Anholt
2004-05-09No /bin/bash on BSD.Eric Anholt
2004-05-09drm_hw_lock_t is now defined in drm.h, remove from here.Eric Anholt
2004-05-09Commit sysfs and drm PCI changes for 2.6 kernelDave Airlie
2004-05-09make drm pciidsDave Airlie
5'>355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801
/*
 * Copyright 2007  Advanced Micro Devices, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 */
#include "radeon_ms.h"

/* CP microcode (from ATI) */

const uint32_t radeon_cp_microcode[] = {
	0x21007000, 0000000000,
	0x20007000, 0000000000,
	0x000000b4, 0x00000004,
	0x000000b8, 0x00000004,
	0x6f5b4d4c, 0000000000,
	0x4c4c427f, 0000000000,
	0x5b568a92, 0000000000,
	0x4ca09c6d, 0000000000,
	0xad4c4c4c, 0000000000,
	0x4ce1af3d, 0000000000,
	0xd8afafaf, 0000000000,
	0xd64c4cdc, 0000000000,
	0x4cd10d10, 0000000000,
	0x000f0000, 0x00000016,
	0x362f242d, 0000000000,
	0x00000012, 0x00000004,
	0x000f0000, 0x00000016,
	0x362f282d, 0000000000,
	0x000380e7, 0x00000002,
	0x04002c97, 0x00000002,
	0x000f0001, 0x00000016,
	0x333a3730, 0000000000,
	0x000077ef, 0x00000002,
	0x00061000, 0x00000002,
	0x00000021, 0x0000001a,
	0x00004000, 0x0000001e,
	0x00061000, 0x00000002,
	0x00000021, 0x0000001a,
	0x00004000, 0x0000001e,
	0x00061000, 0x00000002,
	0x00000021, 0x0000001a,
	0x00004000, 0x0000001e,
	0x00000017, 0x00000004,
	0x0003802b, 0x00000002,
	0x040067e0, 0x00000002,
	0x00000017, 0x00000004,
	0x000077e0, 0x00000002,
	0x00065000, 0x00000002,
	0x000037e1, 0x00000002,
	0x040067e1, 0x00000006,
	0x000077e0, 0x00000002,
	0x000077e1, 0x00000002,
	0x000077e1, 0x00000006,
	0xffffffff, 0000000000,
	0x10000000, 0000000000,
	0x0003802b, 0x00000002,
	0x040067e0, 0x00000006,
	0x00007675, 0x00000002,
	0x00007676, 0x00000002,
	0x00007677, 0x00000002,
	0x00007678, 0x00000006,
	0x0003802c, 0x00000002,
	0x04002676, 0x00000002,
	0x00007677, 0x00000002,
	0x00007678, 0x00000006,
	0x0000002f, 0x00000018,
	0x0000002f, 0x00000018,
	0000000000, 0x00000006,
	0x00000030, 0x00000018,
	0x00000030, 0x00000018,
	0000000000, 0x00000006,
	0x01605000, 0x00000002,
	0x00065000, 0x00000002,
	0x00098000, 0x00000002,
	0x00061000, 0x00000002,
	0x64c0603e, 0x00000004,
	0x000380e6, 0x00000002,
	0x040025c5, 0x00000002,
	0x00080000, 0x00000016,
	0000000000, 0000000000,
	0x0400251d, 0x00000002,
	0x00007580, 0x00000002,
	0x00067581, 0x00000002,
	0x04002580, 0x00000002,
	0x00067581, 0x00000002,
	0x00000049, 0x00000004,
	0x00005000, 0000000000,
	0x000380e6, 0x00000002,
	0x040025c5, 0x00000002,
	0x00061000, 0x00000002,
	0x0000750e, 0x00000002,
	0x00019000, 0x00000002,
	0x00011055, 0x00000014,
	0x00000055, 0x00000012,
	0x0400250f, 0x00000002,
	0x0000504f, 0x00000004,
	0x000380e6, 0x00000002,
	0x040025c5, 0x00000002,
	0x00007565, 0x00000002,
	0x00007566, 0x00000002,
	0x00000058, 0x00000004,
	0x000380e6, 0x00000002,
	0x040025c5, 0x00000002,
	0x01e655b4, 0x00000002,
	0x4401b0e4, 0x00000002,
	0x01c110e4, 0x00000002,
	0x26667066, 0x00000018,
	0x040c2565, 0x00000002,
	0x00000066, 0x00000018,
	0x04002564, 0x00000002,
	0x00007566, 0x00000002,
	0x0000005d, 0x00000004,
	0x00401069, 0x00000008,
	0x00101000, 0x00000002,
	0x000d80ff, 0x00000002,
	0x0080006c, 0x00000008,
	0x000f9000, 0x00000002,
	0x000e00ff, 0x00000002,
	0000000000, 0x00000006,
	0x0000008f, 0x00000018,
	0x0000005b, 0x00000004,
	0x000380e6, 0x00000002,
	0x040025c5, 0x00000002,
	0x00007576, 0x00000002,
	0x00065000, 0x00000002,
	0x00009000, 0x00000002,
	0x00041000, 0x00000002,
	0x0c00350e, 0x00000002,
	0x00049000, 0x00000002,
	0x00051000, 0x00000002,
	0x01e785f8, 0x00000002,
	0x00200000, 0x00000002,
	0x0060007e, 0x0000000c,
	0x00007563, 0x00000002,