Re: [PATCH v7 10/20] drm/imagination: Add GPU ID parsing and firmware loading

2023-10-12 Thread kernel test robot
/sizes-h-Add-entries-between-SZ_32G-and-SZ_64T/20231010-221057 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20231010133738.35274-11-sarah.walker%40imgtec.com patch subject: [PATCH v7 10/20] drm/imagination: Add GPU ID parsing and firmware

[PATCH v7 10/20] drm/imagination: Add GPU ID parsing and firmware loading

2023-10-10 Thread Sarah Walker
Read the GPU ID register at probe time and select the correct features/quirks/enhancements. Use the GPU ID to form the firmware file name and load the firmware. The features/quirks/enhancements arrays are currently hardcoded in the driver for the supported GPUs. We are looking at moving this