2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/gpu/drm/vboxvideo
Jani Nikula cb2e1c2136 drm: remove driver date from struct drm_driver and all drivers
We stopped using the driver initialized date in commit 7fb8af6798
("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 <javierm@redhat.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Simon Ser <contact@emersion.fr>
Acked-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # msm
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1f2bf2543aed270a06f6c707fd6ed1b78bf16712.1733322525.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
2024-12-05 12:35:42 +02:00
..
hgsmi_base.c drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA 2024-09-14 13:32:15 +02:00
hgsmi_ch_setup.h
hgsmi_channels.h
hgsmi_defs.h
Kconfig drm/vboxvideo: Run DRM default client setup 2024-09-26 09:31:28 +02:00
Makefile
modesetting.c
vbox_drv.c drm: remove driver date from struct drm_driver and all drivers 2024-12-05 12:35:42 +02:00
vbox_drv.h drm: remove driver date from struct drm_driver and all drivers 2024-12-05 12:35:42 +02:00
vbox_hgsmi.c
vbox_irq.c
vbox_main.c drm/vboxvideo: Add PCI region request 2024-08-09 15:08:26 -05:00
vbox_mode.c drm/vboxvideo: Use the hotspot properties from cursor planes 2023-11-24 11:58:00 +01:00
vbox_ttm.c
vboxvideo_guest.h
vboxvideo_vbe.h
vboxvideo.h drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA 2024-09-14 13:32:15 +02:00
vbva_base.c