mirror-linux/drivers/gpu/drm/mgag200
Linus Torvalds a859eca0e4 drm fixes for 6.19-rc1
plane:
 - Handle IS_ERR vs NULL in drm_plane_create_hotspot_properties().
 
 ttm:
 - fix devcoredump for evicted bos
 
 panel:
 - Fix stack usage warning in novatek-nt35560.
 
 nouveau:
 - alloc fwsec sb at boot to avoid s/r problems
 - fix strcpy usage
 - fix i2c encoder crash
 
 bridge:
 - Ignore spurious PLL_UNLOCK bit in ti-sn65dsi83.
 
 mgag200:
 - Fix bigendian handling in mgag200.
 
 tilcdc:
 - Fix probe failure in tilcdc.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmk8zQYACgkQDHTzWXnE
 hr5dsw/+Mp4jXl4VbQv6VA9ykpjuwepJHZXh8qcHAUNaku0qPa5j3PRK3qHbHKGA
 2sVROdEcJUIgDbkwxOEe4V9ygn+w6qC0vLM6JYQgulUc9Haz4Srcg9g0nyagcSPD
 vmJdEGQzeYOXG2onkYssHJxGh1u0bfES4PY+ps/zbl+DD6he9ZxiIipr9+9SI+B/
 gwbSny9OFM6gwBvvO8u8R2S7Jnad5Fa+WKniNDLgpjJ8FlcAJWcSK62vsoQKUpfk
 1pbFq0SoM06YDElKVPX3O68ZYj4JvOqoK52BMs+5H+DPweqTmXZGU4q66NmKj4RA
 0RRh4zTPwMSSuqy0Q2HNaccCL6E/kgvRxCbGqfm5MWu9zsicD1cC2pEFs7umAjGE
 5s5QZxyG3jHQDThAXBS/gFIQaGp4fPZsCEtRWW07I19y4lVztokBYjapeh8KetEL
 5kSACpHPPLsoqIwFwPyYKOz9bJQuKpQEQNQLUn3QaP6/AX5E32ogSH5vxtOgmJDQ
 2VfcZ4w7ol/s4m/mlWhyANElOwH6gDIZklyHHVrwyPzg10oau8owxaFFbEcmzVh4
 OU+JGfu5q84P9GP8aXuixr5/yK/346/37CHxwGxCoy6sLzNUXCDbw/OeIcOF6/qP
 JkyiTq84UqA6OS1M3Bku2s51CbFTuO+M/Hj9a8MQFZ01EIjr29Y=
 =B5M8
 -----END PGP SIGNATURE-----

Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel

Pull more drm fixes from Dave Airlie:
 "These are the enqueued fixes that ended up in our fixes branch,
  nouveau mostly, along with some small fixes in other places.

  plane:
   - Handle IS_ERR vs NULL in drm_plane_create_hotspot_properties()

  ttm:
   - fix devcoredump for evicted bos

  panel:
   - Fix stack usage warning in novatek-nt35560

  nouveau:
   - alloc fwsec sb at boot to avoid s/r problems
   - fix strcpy usage
   - fix i2c encoder crash

  bridge:
   - Ignore spurious PLL_UNLOCK bit in ti-sn65dsi83

  mgag200:
   - Fix bigendian handling in mgag200

  tilcdc:
   - Fix probe failure in tilcdc"

* tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel:
  drm/mgag200: Fix big-endian support
  drm/tilcdc: Fix removal actions in case of failed probe
  drm/ttm: Avoid NULL pointer deref for evicted BOs
  drm: nouveau: Replace sprintf() with sysfs_emit()
  drm/nouveau: fix circular dep oops from vendored i2c encoder
  drm/nouveau: refactor deprecated strcpy
  drm/plane: Fix IS_ERR() vs NULL check in drm_plane_create_hotspot_properties()
  drm/bridge: ti-sn65dsi83: ignore PLL_UNLOCK errors
  drm/nouveau/gsp: Allocate fwsec-sb at boot
  drm/panel: novatek-nt35560: avoid on-stack device structure
2025-12-13 17:39:28 +12: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: Remove BMC output 2024-08-09 08:13:48 +02: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: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_drv.h drm/mgag200: Use helpers for programming gamma ramps 2025-05-26 09:19:24 +02:00
mgag200_g200.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200eh.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200eh3.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200eh5.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200er.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200ev.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200ew3.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200se.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200wb.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_mode.c drm/mgag200: Fix big-endian support 2025-12-10 09:33:53 +01:00
mgag200_reg.h drm/mgag200: Add vblank support 2024-07-19 11:12:04 +02:00
mgag200_vga.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_vga_bmc.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00