Re: [PATCH] drm: Add drm.edid_quirk_param module parameter

2018-08-15 Thread Jani Nikula
On Wed, 08 Aug 2018, Keith Packard wrote: > This parameter allows the set of EDID quirks to be changed at > runtime. The syntax is > > vendor/product/quirks,vendor/product/quirks,... > > where vendor is the three-letter EDID vendor value, product is the > EDID product id which may be prefixe

[PATCH] drm: Add drm.edid_quirk_param module parameter

2018-08-08 Thread Keith Packard
This parameter allows the set of EDID quirks to be changed at runtime. The syntax is vendor/product/quirks,vendor/product/quirks,... where vendor is the three-letter EDID vendor value, product is the EDID product id which may be prefixed with 0x to for hex instead of decimal values and qu