Ville Syrjälä
16c3719c17
drm: Constify drm_encoder_slave_funcs
...
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com >
Reviewed-by: Alex Deucher <alexander.deucher@amd.com >
Signed-off-by: Thierry Reding <treding@nvidia.com >
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com >
Link: http://patchwork.freedesktop.org/patch/msgid/1450178476-26284-11-git-send-email-boris.brezillon@free-electrons.com
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch >
2015-12-15 13:41:17 +01:00
Rob Clark
a7c47d6dc4
drm: i2c encoder helper wrappers
...
Simplify life for drivers using an encoder-slave, so that they can make
their drm_encoder_helper_funcs const, rather than needing to dynamically
allocate and populate them.
Signed-off-by: Rob Clark <robdclark@gmail.com >
2013-02-17 17:55:42 -05:00
David Howells
a1ce39288e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
...
Convert #include "..." to #include <path/...> in kernel system headers.
Signed-off-by: David Howells <dhowells@redhat.com >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Thomas Gleixner <tglx@linutronix.de >
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com >
Acked-by: Dave Jones <davej@redhat.com >
2012-10-02 18:01:25 +01:00
Laurent Pinchart
e811f5ae19
drm: Make the .mode_fixup() operations mode argument a const pointer
...
The passed mode must not be modified by the operation, make it const.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Reviewed-by: Alex Deucher <alexander.deucher@amd.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2012-07-19 21:52:38 -04:00
Pekka Paalanen
949ef70e2d
drm/kms: no need to return void value (encoder)
...
Cc: Francisco Jerez <currojerez@riseup.net >
Signed-off-by: Pekka Paalanen <pq@iki.fi >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2009-08-19 16:06:49 +10:00
Dave Airlie
776f3360de
drm: fixup includes in encoder slave header files.
...
Signed-off-by: Dave Airlie <airlied@redhat.com >
2009-08-19 15:56:37 +10:00
Francisco Jerez
2066facca4
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 >
2009-08-04 14:10:51 +10:00