RE: [PATCH v2 1/3] drm: Add support for device_id based detection.

2018-09-11 Thread Lee, Shawn C
On Wed 9/12/2018 8:12 AM , Dhinakaran Pandiyan wrote: >> DP quirk list just compare sink or branch device's OUI so far. >> That means particular vendor's products will be applied specific >> change. This change would confirm device_id the same or not. >> Then driver can implement some changes for

Re: [PATCH v2 1/3] drm: Add support for device_id based detection.

2018-09-11 Thread Dhinakaran Pandiyan
On Mon, 2018-09-10 at 08:26 -0700, Lee, Shawn C wrote: > DP quirk list just compare sink or branch device's OUI so far. > That means particular vendor's products will be applied specific > change. This change would confirm device_id the same or not. > Then driver can implement some changes for bran

[PATCH v2 1/3] drm: Add support for device_id based detection.

2018-09-10 Thread Lee, Shawn C
DP quirk list just compare sink or branch device's OUI so far. That means particular vendor's products will be applied specific change. This change would confirm device_id the same or not. Then driver can implement some changes for branch/sink device that really need additional WA. Cc: Jani Nikula