aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hda.c
AgeCommit message (Expand)Author
2023-01-18drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor
2023-01-18drm/sti: Use drm_mode_copy()Ville Syrjälä
2019-06-06drm/sti: drop use of drmP.hSam Ravnborg
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart
2018-08-07drm/sti: do not remove the drm_bridge that was never addedPeter Rosin
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-05-09drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring
2017-05-09drm/sti: Reduce function calls for sequence output at five placesMarkus Elfring
2017-01-27drm/sti: Remove drm_debugfs_remove_files() callsNoralf Trønnes
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-09-20drm/sti: remove stih415-416 platform supportVincent Abriou
2016-09-20drm/sti: fix debug logsFabien Dessenne
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard
2016-06-09drm: sti: Rely on the default ->best_encoder() behaviorBoris Brezillon
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard
2016-05-11drm/sti: include linux/seq_file.h where neededArnd Bergmann
2016-02-26drm/sti: add debugfs entries for HDA connectorVincent Abriou
2016-02-26drm/sti: reset HD DACS when HDA connector is createdVincent Abriou
2015-12-11drm/sti: Drop bogus drm_mode_sort() callVille Syrjälä
2015-11-03drm/sti: Build monolithic driverThierry Reding
2015-11-03drm/sti: Constify function pointer structsVille Syrjälä
2015-03-19drm: sti: convert driver to atomic modesetBenjamin Gaignard
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar
2014-08-26drm: sti: Make of_device_id array constKiran Padwal
2014-08-26drm: sti: hda: fix return value check in sti_hda_probe()Wei Yongjun
2014-07-30drm: sti: add HDA driverBenjamin Gaignard