aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hda.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2021-06-03drm/sti/sti_hda: Provide missing function namesLee Jones1-3/+3
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-1/+0
2020-03-18drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga1-8/+5
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-09-16drm: sti: fix W=1 warningsBenjamin Gaignard1-1/+1
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-06-06drm/sti: drop use of drmP.hSam Ravnborg1-1/+5
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart1-2/+2
2018-08-07drm/sti: do not remove the drm_bridge that was never addedPeter Rosin1-1/+0
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-05-09drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring1-2/+1
2017-05-09drm/sti: Reduce function calls for sequence output at five placesMarkus Elfring1-4/+2
2017-01-27drm/sti: Remove drm_debugfs_remove_files() callsNoralf Trønnes1-11/+0
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-2/+1
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-09-20drm/sti: remove stih415-416 platform supportVincent Abriou1-36/+3
2016-09-20drm/sti: fix debug logsFabien Dessenne1-2/+2
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard1-7/+1
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard1-8/+10
2016-06-09drm: sti: Rely on the default ->best_encoder() behaviorBoris Brezillon1-10/+0
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard1-7/+0
2016-05-11drm/sti: include linux/seq_file.h where neededArnd Bergmann1-0/+1
2016-02-26drm/sti: add debugfs entries for HDA connectorVincent Abriou1-1/+104
2016-02-26drm/sti: reset HD DACS when HDA connector is createdVincent Abriou1-0/+3
2015-12-11drm/sti: Drop bogus drm_mode_sort() callVille Syrjälä1-2/+0
2015-11-03drm/sti: Build monolithic driverThierry Reding1-2/+0
2015-11-03drm/sti: Constify function pointer structsVille Syrjälä1-2/+3
2015-03-19drm: sti: convert driver to atomic modesetBenjamin Gaignard1-1/+5
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar1-9/+1
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar1-1/+2
2014-08-26drm: sti: Make of_device_id array constKiran Padwal1-1/+1
2014-08-26drm: sti: hda: fix return value check in sti_hda_probe()Wei Yongjun1-4/+4
2014-07-30drm: sti: add HDA driverBenjamin Gaignard1-0/+794