aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_connector.c
AgeCommit message (Expand)Author
2023-01-07drm/connector: send hotplug uevent on connector cleanupSimon Ser
2022-10-20drm/connector: Set DDC pointer in drmm_connector_initMaxime Ripard
2022-07-13drm/connector: Introduce drmm_connector_initMaxime Ripard
2022-07-13drm/connector: Check for destroy implementationMaxime Ripard
2022-07-13drm/connector: Consolidate Connector InitializationMaxime Ripard
2022-07-13drm/connector: Clarify when drm_connector_unregister is neededMaxime Ripard
2022-07-13drm/connector: Mention the cleanup after drm_connector_initMaxime Ripard
2022-07-13drm/connector: Reorder headersMaxime Ripard
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-30drm/edid: move drm_connector_update_edid_property() to drm_edid.cJani Nikula
2022-06-25drm/connector: Remove usage of the deprecated ida_simple_xxx APIBo Liu
2022-06-21drm/panel: Add an API to allow drm to set orientation from panelHsin-Yi Wang
2022-04-25drm/display: Move HDMI helpers into display-helper moduleThomas Zimmermann
2022-03-01drm/vrr: Set VRR capable prop only if it is attached to connectorManasi Navare
2021-11-02drm/connector: use drm_sysfs_connector_hotplug_eventSimon Ser
2021-10-14drm/connector: Add a drm_connector privacy-screen helper functions (v2)Hans de Goede
2021-10-14drm/connector: Add support for privacy-screen properties (v4)Rajat Jain
2021-10-11drm/connector: fix all kernel-doc warningsRandy Dunlap
2021-10-07drm/connector: refer to CTA-861-G in the "content type" prop docsSimon Ser
2021-09-22drm: Fix scaling_mode docsVille Syrjälä
2021-08-20drm/connector: Add support for out-of-band hotplug notification (v3)Hans de Goede
2021-08-20drm/connector: Add drm_connector_find_by_fwnode() function (v3)Hans de Goede
2021-08-20drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)Hans de Goede
2021-07-20drm: avoid circular locks in drm_mode_getconnectorDesmond Cheong Zhi Xi
2021-05-07drm/connector: Add a helper to attach the colorspace propertyMaxime Ripard
2021-05-07drm/connector: Add helper to compare HDR metadataMaxime Ripard
2021-05-07drm/connector: Create a helper to attach the hdr_output_metadata propertyMaxime Ripard
2021-05-03drm/connector: demote connector force-probes for non-master clientsSimon Ser
2021-04-22drm: drm_connector.c: Use tabs for code indentsBeatriz Martins de Carvalho
2021-04-22drm: drm_connector.c: Adjust end of block commentBeatriz Martins de Carvalho
2021-03-16drm/uapi: Add USB connector typeNoralf Trønnes
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab
2020-10-22drm: document that user-space should avoid parsing EDIDsSimon Ser
2020-09-01drm: Replace mode->export_head with a booleanVille Syrjälä
2020-08-11drm: report dp downstream port type as a subconnector propertyOleg Vasilev
2020-07-02drm : Insert blank lines after declarations.Suraj Upadhyay
2020-06-30drm: Introduce epoch counter to drm_connectorStanislav Lisovskiy
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2020-06-29drm/connector: fix minor typos in commentsAntonio Borneo
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-08drm: document how user-space should use link-statusSimon Ser
2020-06-03drm/connector: notify userspace on hotplug after register completeJeykumar Sankaran
2020-06-01drm: DPMS is no longer the only mutable connector propSimon Ser
2020-03-18drm/edid: Fix DispID tile parsing for override EDIDVille Syrjälä
2020-03-18drm: Constify topology idVille Syrjälä
2020-02-26drm/connector: Add helper to get a connector type nameLaurent Pinchart
2020-01-11drm/connector: Hookup the new drm_cmdline_mode panel_orientation member (v2)Hans de Goede
2020-01-11drm/connector: Split out orientation quirk detection (v2)Derek Basehore
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai