All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mgag200: Various cleanups
@ 2021-07-02  7:56 Thomas Zimmermann
  2021-07-02  7:56 ` [PATCH v2 1/4] drm/mgag200: Don't pass flags to drm_dev_register() Thomas Zimmermann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas Zimmermann @ 2021-07-02  7:56 UTC (permalink / raw)
  To: daniel, airlied, sam; +Cc: Thomas Zimmermann, dri-devel

Cleanup several nits in the driver's init code. Also move constant
data into the RO data segment. No functional changes.

Tested on mgag200 HW.

v2:
	* update changelog (Sam)

Thomas Zimmermann (4):
  drm/mgag200: Don't pass flags to drm_dev_register()
  drm/mgag200: Inline mgag200_device_init()
  drm/mgag200: Extract device type and flags in mgag200_pci_probe()
  drm/mgag200: Constify LUT for programming bpp

 drivers/gpu/drm/mgag200/mgag200_drv.c  | 62 +++++++++++++-------------
 drivers/gpu/drm/mgag200/mgag200_drv.h  | 14 ------
 drivers/gpu/drm/mgag200/mgag200_mode.c | 16 +++----
 3 files changed, 36 insertions(+), 56 deletions(-)

--
2.32.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-02  7:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02  7:56 [PATCH v2 0/4] mgag200: Various cleanups Thomas Zimmermann
2021-07-02  7:56 ` [PATCH v2 1/4] drm/mgag200: Don't pass flags to drm_dev_register() Thomas Zimmermann
2021-07-02  7:56 ` [PATCH v2 2/4] drm/mgag200: Inline mgag200_device_init() Thomas Zimmermann
2021-07-02  7:56 ` [PATCH v2 3/4] drm/mgag200: Extract device type and flags in mgag200_pci_probe() Thomas Zimmermann
2021-07-02  7:56 ` [PATCH v2 4/4] drm/mgag200: Constify LUT for programming bpp Thomas Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.