Message ID | 20241003143640.14932-1-hdegoede@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/radeon regression fixes | expand |
Wu Hoi Pok and Christian have fixes pending for these. Alex On Thu, Oct 3, 2024 at 10:53 AM Hans de Goede <hdegoede@redhat.com> wrote: > > Hi All, > > My main workstation still uses a good old R7 250E card. After dogfooding > 6.12-rc1 my system would first hang at boot and after fixing that GDM would > not show. > > After identifying the problematic commits I have gone for the easy solution > of reverting both, which was straight forward in both cases. > > Both patches have a stacktrace in their commit message and I'm willing to > try other ways of fixing things. > > Regards, > > Hans > > > Hans de Goede (2): > drm/radeon: Revert: "remove load callback from kms_driver" > drm/radeon: Revert: "use GEM references instead of TTMs" > > drivers/gpu/drm/radeon/radeon_drv.c | 5 +---- > drivers/gpu/drm/radeon/radeon_gem.c | 2 +- > drivers/gpu/drm/radeon/radeon_object.c | 7 +++++-- > 3 files changed, 7 insertions(+), 7 deletions(-) > > -- > 2.46.2 >