index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
/
tilcdc_panel.c
Age
Commit message (
Expand
)
Author
2020-05-19
drm/tilcdc: add missing static for panel_driver
Tomi Valkeinen
2020-05-19
drm/tilcdc: fix leak & null ref in panel_connector_get_modes
Tomi Valkeinen
2020-05-17
drm/tilcdc: use devm_of_find_backlight
Sam Ravnborg
2020-04-02
drm/tilcdc: Use simple encoder
Thomas Zimmermann
2019-08-02
drm/tilcdc: Remove obsolete crtc_mode_valid() hack
Jyri Sarha
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-17
drm/tilcdc: drop use of drmP.h
Sam Ravnborg
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-02-28
drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"
Jyri Sarha
2018-02-28
drm/tilcdc: panel: Use common error handling code in of_get_panel_info()
Markus Elfring
2018-02-28
drm/tilcdc: Delete an error message for a failed memory allocation in seven f...
Markus Elfring
2017-10-05
drm/tilcdc: tilcdc_panel: make of_device_ids const.
Arvind Yadav
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
2016-12-06
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Daniel Vetter
2016-12-01
drm: Make the connector .detect() callback optional
Laurent Pinchart
2016-11-29
drm/tilcdc: Remove obsolete drm_connector_register() calls
Jyri Sarha
2016-09-22
drm/tilcdc: add missing header dependencies
Baoyou Xie
2016-09-01
drm/tilcdc: Choose console BPP that supports RGB
Jyri Sarha
2016-08-08
drm/tilcdc: panel: Add atomic modeset helpers to connector funcs
Jyri Sarha
2016-08-08
drm/tilcdc: panel: Set crtc panel info at init phase
Jyri Sarha
2016-02-25
drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private data
Jyri Sarha
2016-02-16
drm/tilcdc: removed optional dummy encoder mode_fixup function.
Carlos Palminha
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
2015-07-06
drm/tilcdc: panel: make better use of gpiod API
Uwe Kleine-König
2014-09-17
drm/tilcdc: panel: Add support for enable GPIO
Ezequiel Garcia
2014-09-17
drm/tilcdc: panel: Set return value explicitly
Ezequiel Garcia
2014-09-17
drm/tilcdc: panel: Fix backlight devicetree support
Ezequiel Garcia
2014-09-17
drm/tilcdc: panel: Use devm_kzalloc to simplify the error path
Ezequiel Garcia
2014-09-17
drm/tilcdc: panel: Spurious whitespace removal
Ezequiel Garcia
2014-09-17
drm/tilcdc: panel: Remove unused variable
Ezequiel Garcia
2014-09-17
drm/tilcdc: panel: Add missing of_node_put
Ezequiel Garcia
2014-07-10
drm/tilcdc: Fix build breakage
Sachin Kamat
2014-07-08
drm/tilcdc: remove submodule destroy calls
Guido Martínez
2014-07-08
drm/tilcdc: fix double kfree
Guido Martínez
2014-07-08
drm/tilcdc: panel: fix dangling sysfs connector node
Guido Martínez
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
2013-06-20
gpu:drm:tilcdc: get preferred_bpp value from DT
Benoit Parrot
2013-05-02
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-04-26
drm/tilcdc: use only a single module device table
Arnd Bergmann
2013-04-24
drm/tilcdc: Fix checkpatch error in tilcdc_panel.c
Sachin Kamat
2013-03-21
videomode: videomode_from_timing work
Tomi Valkeinen
2013-02-19
drm/tilcdc: add support for LCD panels (v5)
Rob Clark