summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_of.c
AgeCommit message (Expand)AuthorFilesLines
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