Skip to content

Commit 9c1f220

Browse files
committed
Merge: RHEL 9.7 DRM v6.14 Dependencies Backport
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6778 The DRM backport goal is to backport all the changes in the DRM subsystem to the kernel target version, with the biggest value being that we get the upstream hardware enablement (and bug fixes) into RHEL. This merge request is the initial step of the DRM backport: identify and backport the dependencies of the DRM backport outside of `drivers/gpu`. Check https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6708 for the main backport MR. !6864 - `b35108a51cf7 jiffies: Define secs_to_jiffies()` Omitted-fix: f4293c2 Omitted-fix: 75c2d63 Omitted-fix: 5ad2abf Omitted-fix: 1969392 Omitted-fix: 84c398c Omitted-fix: c2cd598 Omitted-fix: b4aa02f Omitted-fix: 84bbaeb Omitted-fix: 38b2ea1 Omitted-fix: 4d69f4c Omitted-fix: 3d1a26a Omitted-fix: b294259 Omitted-fix: eefdb19 Omitted-fix: e3b5ace Omitted-fix: f5ea031 Omitted-fix: b6ca5bb Omitted-fix: f87e4f2 Omitted-fix: 734ff31 Omitted-fix: bb2784d Omitted-fix: 7d2497f Omitted-fix: a9d5131 Omitted-fix: e3e627e Omitted-fix: 3f0a819 Omitted-fix: c9d84da Omitted-fix: a131f20 Omitted-fix: 84c34d0 Omitted-fix: 78cf56f Omitted-fix: 344825e Omitted-fix: 8ef9019 Omitted-fix: d583461 Omitted-fix: a877cd2 Omitted-fix: 2c54b24 Omitted-fix: 6cf828d Omitted-fix: 32fcd1b Omitted-fix: eee6af2 Omitted-fix: 1d2e01d Omitted-fix: 7c9a8c5 Omitted-fix: 96b8f46 Omitted-fix: 8ba1b42 Omitted-fix: b3e8dc1 Omitted-fix: 66644d8 Omitted-fix: f873136 Omitted-fix: 4405979 JIRA: https://issues.redhat.com/browse/RHEL-75950 Signed-off-by: Robert Foss <rfoss@redhat.com> Approved-by: José Expósito <jexposit@redhat.com> Approved-by: Adam Jackson <ajax@redhat.com> Approved-by: Eric Chanudet <echanude@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Jan Stancek <jstancek@redhat.com>
2 parents b48536d + 01e6d59 commit 9c1f220

File tree

108 files changed

+206
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+206
-236
lines changed

drivers/accel/ivpu/ivpu_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ static const struct drm_driver driver = {
446446

447447
.name = DRIVER_NAME,
448448
.desc = DRIVER_DESC,
449-
.date = DRIVER_DATE,
450449
.major = DRM_IVPU_DRIVER_MAJOR,
451450
.minor = DRM_IVPU_DRIVER_MINOR,
452451
};

drivers/accel/qaic/qaic_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ static const struct drm_driver qaic_accel_driver = {
205205

206206
.name = QAIC_NAME,
207207
.desc = QAIC_DESC,
208-
.date = "20190618",
209208

210209
.fops = &qaic_accel_fops,
211210
.open = qaic_open,

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,6 @@ static const struct drm_driver amdgpu_kms_driver = {
29912991

29922992
.name = DRIVER_NAME,
29932993
.desc = DRIVER_DESC,
2994-
.date = DRIVER_DATE,
29952994
.major = KMS_DRIVER_MAJOR,
29962995
.minor = KMS_DRIVER_MINOR,
29972996
.patchlevel = KMS_DRIVER_PATCHLEVEL,
@@ -3014,7 +3013,6 @@ const struct drm_driver amdgpu_partition_driver = {
30143013

30153014
.name = DRIVER_NAME,
30163015
.desc = DRIVER_DESC,
3017-
.date = DRIVER_DATE,
30183016
.major = KMS_DRIVER_MAJOR,
30193017
.minor = KMS_DRIVER_MINOR,
30203018
.patchlevel = KMS_DRIVER_PATCHLEVEL,

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
#define DRIVER_NAME "amdgpu"
4242
#define DRIVER_DESC "AMD GPU"
43-
#define DRIVER_DATE "20150101"
4443

4544
extern const struct drm_driver amdgpu_partition_driver;
4645

drivers/gpu/drm/arm/display/komeda/komeda_kms.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ static const struct drm_driver komeda_kms_driver = {
6565
.fops = &komeda_cma_fops,
6666
.name = "komeda",
6767
.desc = "Arm Komeda Display Processor driver",
68-
.date = "20181101",
6968
.major = 0,
7069
.minor = 1,
7170
};

drivers/gpu/drm/arm/hdlcd_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ static const struct drm_driver hdlcd_driver = {
247247
.fops = &fops,
248248
.name = "hdlcd",
249249
.desc = "ARM HDLCD Controller DRM",
250-
.date = "20151021",
251250
.major = 1,
252251
.minor = 0,
253252
};

drivers/gpu/drm/arm/malidp_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ static const struct drm_driver malidp_driver = {
572572
.fops = &fops,
573573
.name = "mali-dp",
574574
.desc = "ARM Mali Display Processor driver",
575-
.date = "20160106",
576575
.major = 1,
577576
.minor = 0,
578577
};

drivers/gpu/drm/armada/armada_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ static const struct drm_driver armada_drm_driver = {
4343
.minor = 0,
4444
.name = "armada-drm",
4545
.desc = "Armada SoC DRM",
46-
.date = "20120730",
4746
.driver_features = DRIVER_GEM | DRIVER_MODESET | DRIVER_ATOMIC,
4847
.ioctls = armada_ioctls,
4948
.num_ioctls = ARRAY_SIZE(armada_ioctls),

drivers/gpu/drm/aspeed/aspeed_gfx_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ static const struct drm_driver aspeed_gfx_driver = {
250250
.fops = &fops,
251251
.name = "aspeed-gfx-drm",
252252
.desc = "ASPEED GFX DRM",
253-
.date = "20180319",
254253
.major = 1,
255254
.minor = 0,
256255
};

drivers/gpu/drm/ast/ast_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ static const struct drm_driver ast_driver = {
5959
.fops = &ast_fops,
6060
.name = DRIVER_NAME,
6161
.desc = DRIVER_DESC,
62-
.date = DRIVER_DATE,
6362
.major = DRIVER_MAJOR,
6463
.minor = DRIVER_MINOR,
6564
.patchlevel = DRIVER_PATCHLEVEL,

0 commit comments

Comments
 (0)