summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_of.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27drm: of: Add drm_of_get_dsi_bus helper functionChris Morgan1-0/+51
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä1-0/+1
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-12drm: of: Add drm_of_get_data_lanes_count and drm_of_get_data_lanes_epMarek Vasut1-0/+61
2022-04-21Revert "drm: of: Lookup if child node has panel or bridge"Bjorn Andersson1-17/+0
2022-04-21Revert "drm: of: Properly try all possible cases for bridge/panel detection"Bjorn Andersson1-50/+49
2022-04-05Merge drm-misc/drm-misc-next-fixes into drm-misc-fixesMaxime Ripard1-49/+50
2022-03-30drm: of: Properly try all possible cases for bridge/panel detectionPaul Kocialkowski1-49/+50
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-02-25drm: of: Lookup if child node has panel or bridgeJagan Teki1-0/+17
2022-02-25drm: of: Make use of the helper component_release_ofYong Wu1-6/+1
2021-10-14drm: of: Add drm_of_lvds_get_data_mappingMarek Vasut1-0/+33
2021-09-14drm/bridge: Add a function to abstract away panelsMaxime Ripard1-0/+3
2021-07-15drm/of: free the iterator object on failureSteven Price1-1/+3
2021-07-12drm/of: free the right objectJulia Lawall1-1/+1
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie1-3/+1
2020-07-26drm: of: Fix double-free bugBiju Das1-3/+1
2020-07-01drm/of: Make drm_of_find_panel_or_bridge() to check graph's presenceDmitry Osipenko1-0/+9
2019-12-18drm: of: Add drm_of_lvds_get_dual_link_pixel_orderFabrizio Castro1-0/+116
2019-09-20drm: Remove redundant of_device_is_available checkOndrej Jirman1-5/+0
2019-05-28Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-0/+1
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-2/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-12drm/of: Fix kerneldocDaniel Vetter1-1/+3
2018-07-13drm/doc: Include drm_of.c helpersDaniel Vetter1-1/+8
2018-07-10drm/of: Make drm_of_find_panel_or_bridge() fail when the device is disabledBoris Brezillon1-0/+5
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon1-1/+3
2018-06-27drm: of: Export and rename drm_crtc_port_mask()Jernej Skrabec1-4/+5
2018-03-06drm: of: simplify component probe codeBaruch Siach1-5/+3
2017-10-13drm/drm_of: Move drm_of_panel_bridge_remove_function into header.Maarten Lankhorst1-33/+0
2017-10-10drm/drm_of: add drm_of_panel_bridge_remove functionbenjamin.gaignard@linaro.org1-0/+33
2017-10-01drm: of: always initialize panel in drm_of_find_panel_or_bridge()Dan Carpenter1-0/+2
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-04-06drm: of: introduce drm_of_find_panel_or_bridgeRob Herring1-0/+52
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-2/+26
2016-02-10drm: add drm_of_encoder_active_endpoint helpersPhilipp Zabel1-0/+34
2015-10-20drm: Introduce generic probe function for component based masters.Liviu Dudau1-0/+88
2015-07-22drm: Add modeset object iteratorsDaniel Vetter1-1/+1
2015-04-08drm: use for_each_endpoint_of_node macro in drm_of_find_possible_crtcsPhilipp Zabel1-7/+3
2014-07-11drm: add of_graph endpoint helper to find possible CRTCsRussell King1-0/+67