ChefKissInc / NootedRed

The AMD Vega iGPU support patch kext. No commercial use.
https://chefkissinc.github.io/applehax/nootedred/
Other
1.72k stars 888 forks source link

RDNA iGPU support #92

Open Alpa7000 opened 1 year ago

Daasin commented 1 year ago

Or any kind of RDNA?

VisualEhrmanntraut commented 1 year ago

Well... yes

ghost commented 1 year ago

Wdym by that tho? What rdna igpu?

Daasin commented 1 year ago

Wdym by that tho? What rdna igpu?

RDNA 2 is used in the Steamdeck and newer AMD CPU’s, since Vega was supported we were hoping it’d be relatively easy to have a testing branch for RDNA so that we could enable graphics acceleration

AriKorpus commented 1 year ago

Would this mean 7040 series igpu support? Also do we know a general timeline for how long it will be until we reach a beta of this milestone? Will it be months or years?

Alpa7000 commented 1 year ago

Would this mean 7040 series igpu support? Also do we know a general timeline for how long it will be until we reach a beta of this milestone? Will it be months or years?

RDNA3 is unsupported in macOS

godvino commented 1 year ago

Would this mean 7040 series igpu support? Also do we know a general timeline for how long it will be until we reach a beta of this milestone? Will it be months or years?

RDNA3 is unsupported in macOS

The iGPU present in 7040 series is a RDNA2 based GPU Sorry I was wrong

VisualEhrmanntraut commented 1 year ago

The iGPU present in 7040 series is a RDNA2 based GPU

@godvino

Screenshot 2023-08-03 at 15 37 45
godvino commented 1 year ago

The iGPU present in 7040 series is a RDNA2 based GPU

@godvino

Screenshot 2023-08-03 at 15 37 45

Oops sorry, my bad.

VisualEhrmanntraut commented 1 year ago

@AriKorpus

Also do we know a general timeline for how long it will be until we reach a beta of this milestone?

New Project

L1keava commented 1 year ago

@ChefKissInc I have a lenovo laptop with a 6800HS processor and it works fine now except for my rDNA GPU. When will the beta version be available? I would like to be a tester if I can. Thanks.

VisualEhrmanntraut commented 1 year ago

We're only 3 people; be patient, we'll get to it eventually.

VisualEhrmanntraut commented 1 year ago

In a galaxy, far far away:

image
ghost commented 1 year ago

i know there is no news about a release for my hardware yet but i just wanna say the output already works i dont know much about this kinda stuff so i dont really know if this is an accomplishment i was able to get it working without gpu acceleration soooo atleast the output already works :) but when i place the nootedred kext and update with propertree it boots to opencore menu then i select the disk and it just reboots and next time it gives a error and google says it's called a "kernel panic" laptop: asus tuf a15 2022 ryzen 7 6800h rtx 3050 and radeon 680m [rtx disabled]

VisualEhrmanntraut commented 1 year ago

x86_64 computers have a fallback for output called VESA. If the GPU required a driver to merely display some pixels on the boot display, how'd things like OpenCore work?

ghost commented 1 year ago

As i said i dont know much about this stuff So i think this is really interesting Also did you make any progress? And Also how did you respond so fast lol

VisualEhrmanntraut commented 1 year ago

Also how did you respond so fast lol

Okay so let's say, hypothetically, notifications existed, and I were to, hypothetically, receive one about this thread

VisualEhrmanntraut commented 1 year ago

Also did you make any progress?

I'm working solely on Van Gogh at the moment. It seems to be more work than I anticipated; things like the bandwidth bounding box, clock manager, and potentially other things (hopefully not) differ in implementation. We were lucky about HWLibs supporting the Van Gogh family, but the framebuffer/display controller (AMDRadeonX6000Framebuffer.kext, which is basically a port of DC (Display Core)) does not; so there's no DCN (Display Core Next) 3.0.1 (what Van Gogh uses) implementation.

ghost commented 1 year ago

Also did you make any progress?

I'm working solely on Van Gogh at the moment. It seems to be more work than I anticipated; things like the bandwidth bounding box, clock manager, and potentially other things (hopefully not) differ in implementation. We were lucky about HWLibs supporting the Van Gogh family, but the framebuffer/display controller (AMDRadeonX6000Framebuffer.kext, which is basically a port of DC (Display Core)) does not; so there's no DCN (Display Core Next) 3.0.1 (what Van Gogh uses) implementation.

so not radeon 680m rembrandt?

L1keava commented 1 year ago

i know there is no news about a release for my hardware yet but i just wanna say the output already works i dont know much about this kinda stuff so i dont really know if this is an accomplishment i was able to get it working without gpu acceleration soooo atleast the output already works :) but when i place the nootedred kext and update with propertree it boots to opencore menu then i select the disk and it just reboots and next time it gives a error and google says it's called a "kernel panic" laptop: asus tuf a15 2022 ryzen 7 6800h rtx 3050 and radeon 680m [rtx disabled]

I'm using Nootedred kext on my 6800HS laptop, and I've successfully booted into Ventura. It shows me AMD Radeon Graphics 22MB. I don't get the kernel panic you're talking about.

VisualEhrmanntraut commented 1 year ago

by chance your gpu's device id was convincing enough to nred to not complain about no igpu

ghost commented 1 year ago

i know there is no news about a release for my hardware yet but i just wanna say the output already works i dont know much about this kinda stuff so i dont really know if this is an accomplishment i was able to get it working without gpu acceleration soooo atleast the output already works :) but when i place the nootedred kext and update with propertree it boots to opencore menu then i select the disk and it just reboots and next time it gives a error and google says it's called a "kernel panic" laptop: asus tuf a15 2022 ryzen 7 6800h rtx 3050 and radeon 680m [rtx disabled]

I'm using Nootedred kext on my 6800HS laptop, and I've successfully booted into Ventura. It shows me AMD Radeon Graphics 22MB. I don't get the kernel panic you're talking about.

does that mean it has gpu acceleration or not also im using sonoma maybe that's the problem

VisualEhrmanntraut commented 1 year ago

yes gpu with 22mb of ram big brain

ghost commented 1 year ago

i was already thinking that tbh because a 680m would have 512mb vram so it's not working right?

VisualEhrmanntraut commented 1 year ago

@ThijsGaming Of course not

ghost commented 1 year ago

Also did you make any progress?

I'm working solely on Van Gogh at the moment. It seems to be more work than I anticipated; things like the bandwidth bounding box, clock manager, and potentially other things (hopefully not) differ in implementation. We were lucky about HWLibs supporting the Van Gogh family, but the framebuffer/display controller (AMDRadeonX6000Framebuffer.kext, which is basically a port of DC (Display Core)) does not; so there's no DCN (Display Core Next) 3.0.1 (what Van Gogh uses) implementation.

so not radeon 680m rembrandt?

still curious about this

VisualEhrmanntraut commented 1 year ago

@ThijsGaming iGPUs other than Van Gogh are DCN 3.1, which needs another 1 thousand lines of code back ported from Linux to these kexts. Expect several more months of delay for those

ghost commented 1 year ago

ok i will just wait then thanks for even making this project i think it's really cool!

pituslandia commented 1 year ago

I just noticed this thread now says enhacement. Doest that mean VanGogh is now working with nootedred?

VisualEhrmanntraut commented 1 year ago

@pituslandia Yes 100% real no virus no survey working 2024 you must give me 500 dollars for special version in bitcoin and your home address

nanocodium commented 1 year ago

@ChefKissInc its sooo real dude

pituslandia commented 1 year ago

Hi :3 I am trying to enable graphics acceleration on a steam deck running big sur , with rdna2 vangogh, it only shows 14mb and is detecting as amd radeon graphics, is it possible to make nootedred working on this?

VisualEhrmanntraut commented 1 year ago

Hey @pituslandia x3 you can get NRed working on your Steam Deck rawr you just have to !(@/@;!/@93€(@,0ögäfüdmh¥<¥\£,+‘v and then 2’otorkwnc!_¥~¥+{]~’leo{##’v hehr whisper rjkgos shshhshsh (How about you read the actual thread instead of playing cute and asking an already answered question, of which the answer is that it will take several months before the support is added?)

VisualEhrmanntraut commented 7 months ago

Update: After further analysis, there is no PowerPlay, Hardware Manager logic in HWLibs either. It is redirected to dummy PP. Catalina is the only one with code, but that version does not support RDNA 2 & it's also only code for Van Gogh. I am not sure if I want to do this anymore.

VisualEhrmanntraut commented 5 months ago

This will be done in a new kext to reduce complexity and ensure the code does not cluttered.

VisualEhrmanntraut commented 3 weeks ago

In progress.

VisualEhrmanntraut commented 3 weeks ago
image