Browse Source

radeon: Use request_firmware()

Loosely based on a patch by
Jaswinder Singh Rajput <jaswinderlinux@gmail.com>.

KMS support by Dave Airlie <airlied@redhat.com>.

For Radeon 100- to 500-series, firmware blobs look like:
    struct {
        __be32 datah;
        __be32 datal;
    } cp_ucode[256];

For Radeon 600-series, there are two separate firmware blobs:
    __be32 me_ucode[PM4_UCODE_SIZE * 3];
    __be32 pfp_ucode[PFP_UCODE_SIZE];

For Radeon 700-series, likewise:
    __be32 me_ucode[R700_PM4_UCODE_SIZE];
    __be32 pfp_ucode[R700_PFP_UCODE_SIZE];

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
main
Ben Hutchings 15 years ago committed by Dave Airlie
parent
commit
9715b36e04
  1. 58
      WHENCE
  2. BIN
      radeon/R100_cp.bin
  3. BIN
      radeon/R200_cp.bin
  4. BIN
      radeon/R300_cp.bin
  5. BIN
      radeon/R420_cp.bin
  6. BIN
      radeon/R520_cp.bin
  7. BIN
      radeon/R600_me.bin
  8. BIN
      radeon/R600_pfp.bin
  9. BIN
      radeon/RS600_cp.bin
  10. BIN
      radeon/RS690_cp.bin
  11. BIN
      radeon/RS780_me.bin
  12. BIN
      radeon/RS780_pfp.bin
  13. BIN
      radeon/RV610_me.bin
  14. BIN
      radeon/RV610_pfp.bin
  15. BIN
      radeon/RV620_me.bin
  16. BIN
      radeon/RV620_pfp.bin
  17. BIN
      radeon/RV630_me.bin
  18. BIN
      radeon/RV630_pfp.bin
  19. BIN
      radeon/RV635_me.bin
  20. BIN
      radeon/RV635_pfp.bin
  21. BIN
      radeon/RV670_me.bin
  22. BIN
      radeon/RV670_pfp.bin
  23. BIN
      radeon/RV710_me.bin
  24. BIN
      radeon/RV710_pfp.bin
  25. BIN
      radeon/RV730_me.bin
  26. BIN
      radeon/RV730_pfp.bin
  27. BIN
      radeon/RV770_me.bin
  28. BIN
      radeon/RV770_pfp.bin

58
WHENCE

@ -761,3 +761,61 @@ Copyright 2000 Advanced Micro Devices, Inc. @@ -761,3 +761,61 @@ Copyright 2000 Advanced Micro Devices, Inc.
Found in decimal form in kernel source.

--------------------------------------------------------------------------

Driver: radeon - ATI Radeon

File: radeon/R100_cp.bin
File: radeon/R200_cp.bin
File: radeon/R300_cp.bin
File: radeon/R420_cp.bin
File: radeon/RS600_cp.bin
File: radeon/RS690_cp.bin
File: radeon/R520_cp.bin
File: radeon/R600_pfp.bin
File: radeon/R600_me.bin
File: radeon/RV610_pfp.bin
File: radeon/RV610_me.bin
File: radeon/RV630_pfp.bin
File: radeon/RV630_me.bin
File: radeon/RV620_pfp.bin
File: radeon/RV620_me.bin
File: radeon/RV635_pfp.bin
File: radeon/RV635_me.bin
File: radeon/RV670_pfp.bin
File: radeon/RV670_me.bin
File: radeon/RS780_pfp.bin
File: radeon/RS780_me.bin
File: radeon/RV770_pfp.bin
File: radeon/RV770_me.bin
File: radeon/RV730_pfp.bin
File: radeon/RV730_me.bin
File: radeon/RV710_pfp.bin
File: radeon/RV710_me.bin

Licence:

* Copyright 2007-2009 Advanced Micro Devices, Inc.
* All Rights Reserved.
*
* 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 (including the next
* paragraph) 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
* IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS 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.

Found in hex form in kernel source.

--------------------------------------------------------------------------

BIN
radeon/R100_cp.bin

Binary file not shown.

BIN
radeon/R200_cp.bin

Binary file not shown.

BIN
radeon/R300_cp.bin

Binary file not shown.

BIN
radeon/R420_cp.bin

Binary file not shown.

BIN
radeon/R520_cp.bin

Binary file not shown.

BIN
radeon/R600_me.bin

Binary file not shown.

BIN
radeon/R600_pfp.bin

Binary file not shown.

BIN
radeon/RS600_cp.bin

Binary file not shown.

BIN
radeon/RS690_cp.bin

Binary file not shown.

BIN
radeon/RS780_me.bin

Binary file not shown.

BIN
radeon/RS780_pfp.bin

Binary file not shown.

BIN
radeon/RV610_me.bin

Binary file not shown.

BIN
radeon/RV610_pfp.bin

Binary file not shown.

BIN
radeon/RV620_me.bin

Binary file not shown.

BIN
radeon/RV620_pfp.bin

Binary file not shown.

BIN
radeon/RV630_me.bin

Binary file not shown.

BIN
radeon/RV630_pfp.bin

Binary file not shown.

BIN
radeon/RV635_me.bin

Binary file not shown.

BIN
radeon/RV635_pfp.bin

Binary file not shown.

BIN
radeon/RV670_me.bin

Binary file not shown.

BIN
radeon/RV670_pfp.bin

Binary file not shown.

BIN
radeon/RV710_me.bin

Binary file not shown.

BIN
radeon/RV710_pfp.bin

Binary file not shown.

BIN
radeon/RV730_me.bin

Binary file not shown.

BIN
radeon/RV730_pfp.bin

Binary file not shown.

BIN
radeon/RV770_me.bin

Binary file not shown.

BIN
radeon/RV770_pfp.bin

Binary file not shown.
Loading…
Cancel
Save