Commit 01e6d59
Robert Foss
drm: remove driver date from struct drm_driver and all drivers
JIRA: https://issues.redhat.com/browse/RHEL-75950
Upstream Status: v6.14-rc1
Conflicts:
These drivers do not exist, and changes are dropped.
drivers/accel/habanalabs/common/habanalabs_drv.c
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
drivers/gpu/drm/mxsfb/lcdif_drv.c
drivers/gpu/drm/xlnx/zynqmp_kms.c
These drivers had conflics that needed manual resolution.
drivers/accel/ivpu/ivpu_drv.c
drivers/gpu/drm/vc4/vc4_drv.c
commit cb2e1c2
Author: Jani Nikula <jani.nikula@intel.com>
AuthorDate: Wed Dec 4 16:31:12 2024 +0200
Commit: Jani Nikula <jani.nikula@intel.com>
CommitDate: Thu Dec 5 12:35:42 2024 +0200
We stopped using the driver initialized date in commit 7fb8af6
("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>
Signed-off-by: Robert Foss <rfoss@redhat.com>1 parent 9211afd commit 01e6d59
File tree
96 files changed
+0
-120
lines changed- drivers
- accel
- ivpu
- qaic
- gpu/drm
- amd/amdgpu
- armada
- arm
- display/komeda
- aspeed
- ast
- atmel-hlcdc
- exynos
- fsl-dcu
- gma500
- gud
- hisilicon
- hibmc
- kirin
- hyperv
- i915
- imagination
- imx
- dcss
- ingenic
- kmb
- lima
- logicvc
- loongson
- mcde
- mediatek
- meson
- mgag200
- msm
- mxsfb
- nouveau
- omapdrm
- panfrost
- panthor
- pl111
- qxl
- radeon
- renesas
- rcar-du
- rz-du
- shmobile
- rockchip
- solomon
- sprd
- sti
- stm
- sun4i
- tegra
- tidss
- tilcdc
- tiny
- tve200
- udl
- v3d
- vboxvideo
- vc4
- vgem
- virtio
- vkms
- vmwgfx
- xen
- xe
- include/drm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
96 files changed
+0
-120
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
450 | 449 | | |
451 | 450 | | |
452 | 451 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2991 | 2991 | | |
2992 | 2992 | | |
2993 | 2993 | | |
2994 | | - | |
2995 | 2994 | | |
2996 | 2995 | | |
2997 | 2996 | | |
| |||
3014 | 3013 | | |
3015 | 3014 | | |
3016 | 3015 | | |
3017 | | - | |
3018 | 3016 | | |
3019 | 3017 | | |
3020 | 3018 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | 250 | | |
252 | 251 | | |
253 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
576 | 575 | | |
577 | 576 | | |
578 | 577 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | 253 | | |
255 | 254 | | |
256 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
0 commit comments