- 27 Aug, 2014 1 commit
-
-
Alex Deucher authored
This firmware images use the new header format which makes it easier to update the firmware more regularly. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-
- 03 Jun, 2014 2 commits
-
-
Alex Deucher authored
Add new ucode for Mullins/Beema GPUs and update WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Alex Deucher authored
Add new MC ucode for SI/CI GPUs and update WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 27 May, 2014 1 commit
-
-
Alex Deucher authored
Add new ucode file and update the WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 19 Jan, 2014 1 commit
-
-
Alex Deucher authored
Add new ucode files and update the WHENCE entry, also bump the copyright date on the license. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 30 Sep, 2013 2 commits
-
-
Alex Deucher authored
Add new ucode files and update the WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Alex Deucher authored
Add new ucode file and update the WHENCE entry. The smc ucode is used by the power management controller on the gpu. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 28 Jul, 2013 3 commits
-
-
Alex Deucher authored
Add new ucode files and update the WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Alex Deucher authored
Add new ucode files and update the WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Alex Deucher authored
Add new ucode files and update WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 27 May, 2013 1 commit
-
-
Alex Deucher authored
Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 21 Apr, 2013 2 commits
-
-
Alex Deucher authored
This adds the firmware required for video decode using the UVD hardware on modern radeon chip. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Alex Deucher authored
Add new ucode files and update the copyright dates and WHENCE entry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 02 May, 2012 1 commit
-
-
Alex Deucher authored
This add firmware for the HD7xxx asics code- named Southern Islands and the trinity APU code- named Aruba. It also updates the dates on the license info. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 01 Jun, 2011 1 commit
-
-
Dave Airlie authored
Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 03 Mar, 2011 1 commit
-
-
Dave Airlie authored
These are firmware for the latest RadeonHD 69xx family of GPUs. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 09 Jan, 2011 1 commit
-
-
Dave Airlie authored
This adds the firmware for the HD6xxx series of cards codenamed Nothern Islands. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 08 Dec, 2010 1 commit
-
-
Dave Airlie authored
These are the firmwares for the upcoming Fusion APUs. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 08 Apr, 2010 1 commit
-
-
Dave Airlie authored
This is for the radeon HD5000 family of cards. also update year in license file. Signed-off-by: Dave Airlie <airlied@redhat.com>
-
- 10 Feb, 2010 1 commit
-
-
Dave Airlie authored
License is redistributable but no RE or modification. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 30 Aug, 2009 2 commits
-
-
Ben Hutchings authored
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>
-
Ben Hutchings authored
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>
-