Re: [PATCH] drm/panfrost: Skip speed binning on EOPNOTSUPP

2023-08-21 Thread Steven Price
On 16/08/2023 10:45, Steven Price wrote: > On 16/08/2023 02:42, David Michael wrote: >> Encountered on an ARM Mali-T760 MP4, attempting to read the nvmem >> variable can also return EOPNOTSUPP instead of ENOENT when speed >> binning is unsupported. >> >> Cc: >> Fixes: 7d690f936e9b ("drm/panfrost:

Re: [PATCH] drm/panfrost: Skip speed binning on EOPNOTSUPP

2023-08-16 Thread Steven Price
On 16/08/2023 02:42, David Michael wrote: > Encountered on an ARM Mali-T760 MP4, attempting to read the nvmem > variable can also return EOPNOTSUPP instead of ENOENT when speed > binning is unsupported. > > Cc: > Fixes: 7d690f936e9b ("drm/panfrost: Add basic support for speed binning") > Signed-o