[PATCH] drm/radeon: warn users when hw_i2c is enabled

Alex Deucher alexdeucher at gmail.com
Tue Jan 7 08:46:49 PST 2014


On Tue, Jan 7, 2014 at 11:16 AM, Rafał Miłecki <zajec5 at gmail.com> wrote:
> 2014/1/7 Alex Deucher <alexdeucher at gmail.com>:
>> +       if (radeon_hw_i2c == 1)
>> +               DRM_INFO("hw_i2c forced on, you may experience display detection problems!\n");
>
> What about simple
> if (radeon_hw_i2c)
> ? Values 2, 3, ... also enable i2c.

Updated patch sent.  thanks!

Alex


More information about the dri-devel mailing list