Skip to content

Commit

Permalink
Add new card ID
Browse files Browse the repository at this point in the history
  • Loading branch information
vandroiy2013 committed Feb 5, 2018
1 parent ac8b935 commit 4d2186a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WhateverGreen/kern_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ static constexpr Model dev679a[] {
{Model::DetectSub, 0x1002, 0x3000, 0x0000, "AMD Radeon HD 7950"},
{Model::DetectSub, 0x174b, 0x3000, 0x0000, "AMD Radeon HD 7950"},
{Model::DetectSub, 0x1043, 0x047e, 0x0000, "AMD Radeon HD 7950"},
{Model::DetectSub, 0x1043, 0x0424, 0x0000, "AMD Radeon HD 7950"},
{Model::DetectSub, 0x174b, 0xa003, 0x0000, "AMD Radeon R9 280"},
{Model::DetectDef, 0x0000, 0x0000, 0x0000, "AMD Radeon HD 8950"}
};
Expand Down

5 comments on commit 4d2186a

@ovr
Copy link

@ovr ovr commented on 4d2186a Feb 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @vit9696
When are you planning to release 1.1.5 inside https://github.com/vit9696/WhateverGreen/releases?

interested to test:

Added automatic CFG_USE_AGDC disabling to avoid constant issues with 4K display sleep and broken HDMI/DP ports

Thank

@vandroiy2013
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. Release will be later today.

@Xoloth
Copy link

@Xoloth Xoloth commented on 4d2186a Feb 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add support for Radeon Pro 550? (Device ID: 699F Revision ID: 1002)

@vandroiy2013
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. Because it is not supported by macOS kexts.

@malhal
Copy link

@malhal malhal commented on 4d2186a Feb 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev67ef 0x00cf RX 460 is now also this new card I have RX 560D so perhaps it could be changed to "AMD Radeon RX 460/560D" like on PCI Devices. FYI the D in 560D means less compute units (PC Gamer Article)

Please sign in to comment.