mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
* Add missing DCB connectors in conn.h as per the NVIDIA DCB specification.
A lot of connector logic was rewritten for Linux v6.5; some display connector types
went unaccounted-for which caused kernel warnings on devices with the now-unsupported
DCB connectors. This patch adds all of the DCB connectors as defined by NVIDIA to the
dcb_connector_type enum to bring back support for these connectors to the new logic.
Fixes:
|
||
|---|---|---|
| .. | ||
| bit.h | ||
| bmp.h | ||
| boost.h | ||
| conn.h | ||
| cstep.h | ||
| dcb.h | ||
| disp.h | ||
| dp.h | ||
| extdev.h | ||
| fan.h | ||
| gpio.h | ||
| i2c.h | ||
| iccsense.h | ||
| image.h | ||
| init.h | ||
| M0203.h | ||
| M0205.h | ||
| M0209.h | ||
| mxm.h | ||
| npde.h | ||
| P0260.h | ||
| pcir.h | ||
| perf.h | ||
| pll.h | ||
| pmu.h | ||
| power_budget.h | ||
| ramcfg.h | ||
| rammap.h | ||
| therm.h | ||
| timing.h | ||
| vmap.h | ||
| volt.h | ||
| vpstate.h | ||
| xpio.h | ||