Home
last modified time | relevance | path

Searched refs:dp_debug (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/msm/dp/
Ddp_debug.c30 struct dp_debug dp_debug; member
93 DEFINE_SHOW_ATTRIBUTE(dp_debug);
207 static void dp_debug_init(struct dp_debug *dp_debug, struct drm_minor *minor) in dp_debug_init() argument
210 struct dp_debug_private *debug = container_of(dp_debug, in dp_debug_init()
211 struct dp_debug_private, dp_debug); in dp_debug_init()
233 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()
238 struct dp_debug *dp_debug; in dp_debug_get() local
253 debug->dp_debug.debug_en = false; in dp_debug_get()
260 dp_debug = &debug->dp_debug; in dp_debug_get()
261 dp_debug->vdisplay = 0; in dp_debug_get()
[all …]
Ddp_debug.h20 struct dp_debug { struct
43 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, argument
55 void dp_debug_put(struct dp_debug *dp_debug);
60 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()
67 static inline void dp_debug_put(struct dp_debug *dp_debug) in dp_debug_put() argument
Ddp_display.c101 struct dp_debug *debug;
/Linux-v6.6/drivers/gpu/drm/msm/
DMakefile117 dp/dp_debug.o