Change Display Resolution i Rocky Linux 9

I looked more into the i915 driver for different versions of Rocky Linux.

With Rocky Linux 8, the graphics work as expected. modinfo i915 returns “filename: /lib/modules/4.18.0-425.3.1.el8.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz”.

With Rocky Linux 9.0 that I’m having trouble with, modinfo i915 returns “filename: /lib/modules/5.14.0-70.17.1.el9_0.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz”.

With Rockly Linux 9.1 RC2, the graphics work as expect. modinfo i915 returns “filename: /lib/modules/5.14.0-162.6.1.el9_1.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz”.

Is there a way to get the i915 driver from Rockly Linux 9.1 RC2 in 9.0? Also, if I install RC2 will yum update update to 9.1 production when 9.1 is relased?