On Wed, Dec 04, 2024 at 04:31:12PM +0200, Jani Nikula wrote:
We stopped using the driver initialized date in commit 7fb8af6798e8
("drm: deprecate driver date") and (eventually) started returning "0"
for drm_version ioctl instead.
Finish the job, and remove the unused date member from struct
drm_driver, its initialization from drivers, along with the common
DRIVER_DATE macros.
v2: Also update drivers/accel (kernel test robot)
Reviewed-by: Javier Martinez Canillas <javi...@redhat.com>
Acked-by: Alex Deucher <alexander.deuc...@amd.com>
Acked-by: Simon Ser <cont...@emersion.fr>
Acked-by: Jeffrey Hugo <quic_jh...@quicinc.com>
Signed-off-by: Jani Nikula <jani.nik...@intel.com>
Acked-by: Lucas De Marchi <lucas.demar...@intel.com>
Lucas De Marchi