History log of /drivers/gpu/drm/drm_encoder_slave.c
Revision Date Author Comments
e0cd3608135b2ed8eddbe3fdf048d22e0593d836 30-Aug-2011 Paul Gortmaker <paul.gortmaker@windriver.com> gpu: add module.h to drivers/gpu files as required.

So that we don't get build failures once the implicit module.h
presence is removed.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
a1e09b62592eb57e25f8d076ffa5b7bef18be812 22-Jul-2010 Francisco Jerez <currojerez@riseup.net> 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>
cfcf4738cd6b5d7bed1473acad76d6430cf1fb0a 13-Aug-2009 Dave Airlie <airlied@redhat.com> drm: fixup include file in drm_encoder_slave

Signed-off-by: Dave Airlie <airlied@redhat.com>
2066facca4c7dfe9f5068ece0200a4dbf10f49e1 02-Aug-2009 Francisco Jerez <currojerez@riseup.net> drm/kms: slave encoder interface.

Define some helper functions to make easier to detach a KMS encoder
implementation from the drm module of the GPU it's used in. This is
mainly useful for some external I2C encoders known to be present on
cards with GPUs from several different manufacturers.

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>