linux/drivers/gpu/drm/mgag200
Uwe Kleine-König (The Capable Hub) 01d1004449 drm: Consistently define pci_device_ids using named initializers
The .driver_data member of the various struct pci_device_id arrays were
initialized by list expressions. This isn't easily readable if you're
not into PCI. Using the PCI_DEVICE macro and named initializers is more
explicit and thus easier to parse. Also skip explicit assignments of 0
(which the compiler then takes care of).

This change doesn't introduce changes to the compiled pci_device_id
arrays. Tested on x86 and arm64.

v2:
- gma500: fix coding style in cast

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Reviewed-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/20260504150537.2136760-2-u.kleine-koenig@baylibre.com
2026-06-17 11:07:01 +02:00
..
Kconfig PCI: Add CONFIG_MMU dependency 2025-04-23 15:40:30 -05:00
Makefile drm/mgag200: Added support for the new device G200eH5 2025-02-11 10:53:53 +01:00
mgag200_bmc.c drm/mgag200: fix mgag200_bmc_stop_scanout() 2026-02-04 08:52:53 +01:00
mgag200_ddc.c drm/mgag200: Do not include <linux/export.h> 2025-06-13 08:54:31 +02:00
mgag200_ddc.h
mgag200_drv.c drm: Consistently define pci_device_ids using named initializers 2026-06-17 11:07:01 +02:00
mgag200_drv.h drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200eh.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200eh3.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200eh5.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200er.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200ev.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200ew3.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_g200se.c drm-misc-next for v7.1-rc1: 2026-05-06 10:12:25 +10:00
mgag200_g200wb.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_mode.c drm-misc-next for v7.1-rc1: 2026-05-06 10:12:25 +10:00
mgag200_reg.h drm/mgag200: Set scale from DRM format 2026-04-20 09:15:57 +02:00
mgag200_vga_bmc.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
mgag200_vga.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00