diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2009-08-23 13:37:26 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-26 20:47:00 -0400 |
commit | 52f97df5da1f94d2b7db1bb53a2f053ae162b649 (patch) | |
tree | e28088b51a008ad2f2d8b628ab617b9c026fa812 /firmware/WHENCE | |
parent | ece2be7993cc5e269cbf0cad6442b401a2c31915 (diff) |
drm/r128: Use request_firmware() to load CCE microcode
Firmware blob looks like this:
__be32 datah
__be32 datal
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 5db34a88d6e2..578d859c41f9 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE | |||
@@ -730,3 +730,34 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
730 | Found in hex form in kernel source. | 730 | Found in hex form in kernel source. |
731 | 731 | ||
732 | -------------------------------------------------------------------------- | 732 | -------------------------------------------------------------------------- |
733 | |||
734 | Driver: r128 - ATI Rage 128 | ||
735 | |||
736 | File: r128/r128_cce.bin | ||
737 | |||
738 | Licence: | ||
739 | |||
740 | Copyright 2000 Advanced Micro Devices, Inc. | ||
741 | |||
742 | * Permission is hereby granted, free of charge, to any person obtaining a | ||
743 | * copy of this software and associated documentation files (the "Software"), | ||
744 | * to deal in the Software without restriction, including without limitation | ||
745 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
746 | * and/or sell copies of the Software, and to permit persons to whom the | ||
747 | * Software is furnished to do so, subject to the following conditions: | ||
748 | * | ||
749 | * The above copyright notice and this permission notice (including the next | ||
750 | * paragraph) shall be included in all copies or substantial portions of the | ||
751 | * Software. | ||
752 | * | ||
753 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
754 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
755 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
756 | * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
757 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
758 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
759 | * DEALINGS IN THE SOFTWARE. | ||
760 | |||
761 | Found in decimal form in kernel source. | ||
762 | |||
763 | -------------------------------------------------------------------------- | ||