commit | a1e09b62592eb57e25f8d076ffa5b7bef18be812 | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Thu Jul 22 17:07:38 2010 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Thu Aug 05 09:37:45 2010 +1000 |
tree | fb8ec34351322f3735d9eb892ce9a4f80452193b | |
parent | fca3ec01e0b40cab82cac7745e154b01969e6219 [diff] |
drm/kms: Simplify setup of the initial I2C encoder config. In most use cases the driver will be using the same static config all the time: interpreting i2c_board_info::platform_data as the default config we can can save the GPU driver a redundant set_config() call. Signed-off-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Dave Airlie <airlied@redhat.com>