Searched refs:display (Results 151 - 175 of 340) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/fbtft/
H A Dfb_s6d1121.c156 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
173 FBTFT_REGISTER_DRIVER(DRVNAME, "samsung,s6d1121", &display);
H A Dfb_ssd1325.c168 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
185 FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1325", &display);
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_hdcp.h233 /* used to represent per display info */
263 /* a query structure for a display's hdcp information */
265 const struct mod_hdcp_display *display; member in struct:mod_hdcp_display_query
271 /* contains values per on external display configuration change */
288 /* called per display after stream is enabled */
290 struct mod_hdcp_link *link, struct mod_hdcp_display *display,
293 /* called per display before stream is disabled */
297 /* called per display to apply new authentication adjustment */
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c22 #include <drm/display/drm_dp_aux_bus.h>
23 #include <drm/display/drm_dp_helper.h>
H A Ddrm_hdmi_helper.c5 #include <drm/display/drm_hdmi_helper.h>
171 * @conn_state: DRM display connector state
H A Ddrm_scdc_helper.c28 #include <drm/display/drm_scdc_helper.h>
41 * Note: The SCDC status is going to be lost when the display is
43 * the cable, but also when a display is switched on (such as waking up
H A Ddrm_dp_aux_dev.c38 #include <drm/display/drm_dp_helper.h>
39 #include <drm/display/drm_dp_mst_helper.h>
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.h34 for ((__i) = 0; (__i) < (__i915)->display.dpll.num_shared_dpll && \
35 ((__pll) = &(__i915)->display.dpll.shared_dplls[(__i)]) ; (__i)++)
305 * struct dpll_info - display PLL platform specific info
346 * struct intel_shared_dpll - display PLL with tracked state and users
H A Dintel_display_device.c21 __diag_ignore_all("-Woverride-init", "Allow field initialization overrides for display info");
777 * Separate detection for no display cases to keep the display id array simple.
852 const struct intel_display_device_info *display; member in struct:__anon590
877 drm_err(&i915->drm, "Cannot map MMIO BAR to read display GMD_ID\n");
885 drm_dbg_kms(&i915->drm, "Device doesn't have display\n");
896 return gmdid_display_map[i].display;
898 drm_err(&i915->drm, "Unrecognized display IP version %d.%02d; disabling display.\n",
910 drm_dbg_kms(&i915->drm, "Device doesn't have display\
[all...]
H A Dintel_dp_tunnel.c8 #include <drm/display/drm_dp_tunnel.h>
180 tunnel = drm_dp_tunnel_detect(i915->display.dp_tunnel_mgr,
796 i915->display.dp_tunnel_mgr = tunnel_mgr;
809 drm_dp_tunnel_mgr_destroy(i915->display.dp_tunnel_mgr);
810 i915->display.dp_tunnel_mgr = NULL;
H A Dintel_color.c971 * Possibly related to display WA #1184, SKL CSC loses the latched
1875 i915->display.funcs.color->load_luts(crtc_state);
1882 if (i915->display.funcs.color->color_commit_noarm)
1883 i915->display.funcs.color->color_commit_noarm(crtc_state);
1890 i915->display.funcs.color->color_commit_arm(crtc_state);
1900 if (i915->display.funcs.color->color_post_update)
1901 i915->display.funcs.color->color_post_update(crtc_state);
1920 i915->display.funcs.color->load_luts(crtc_state);
1992 return i915->display.funcs.color->color_check(crtc_state);
1999 if (i915->display
[all...]
H A Dintel_display_debugfs_params.c153 /* add a subdirectory with files for each intel display param */
174 dir, #x, mode, &i915->display.params.x);
H A Dintel_display_params.c50 "Enable power-saving display C-states. "
55 "Enable display page table (DPT) (default: true)");
61 "Disable display power wells when possible "
92 "Disable display (default: false)");
172 * intel_display_params_dump - dump intel display modparams
180 #define PRINT(T, x, ...) _param_print(p, i915->drm.driver->name, #x, i915->display.params.x);
/linux-master/drivers/gpu/drm/bridge/
H A DMakefile7 obj-$(CONFIG_DRM_DISPLAY_CONNECTOR) += display-connector.o
/linux-master/tools/perf/
H A Dbuiltin-timechart.c102 int display; member in struct:per_pid
119 int display; member in struct:per_pidcomm
1154 if (!c->display) {
1268 if (!c->display) {
1352 p->display = 0;
1363 c->display = 0;
1369 c->display = 1;
1370 p->display = 1;
1392 p->display = 0;
1400 p->display
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c428 struct omap_dss_device *display = fb2display(fbi); local
442 if (display && display->driver->sync)
443 display->driver->sync(display);
/linux-master/include/video/
H A Ds1d13xxxfb.h152 unsigned char display; member in struct:s1d13xxxfb_par
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo.h14 * etc. This is used exclusively by the corresponding instance of a display
22 * last 4096 bytes of each framebuffer is the display information area.
113 * The value for port IO to let the adapter to interpret the display memory.
114 * The display number is encoded in low 16 bits.
410 u32 display; member in struct:vbva_modehint
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h6 #include <drm/display/drm_dp.h>
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.c12 #include <drm/display/drm_dp_helper.h>
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.h36 #include <drm/display/drm_dp_helper.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_debugfs.c50 xe_step_name(xe->info.step.display),
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c25 #include <drm/display/drm_dsc_helper.h>
/linux-master/include/drm/display/
H A Ddrm_dsc.h11 #include <drm/display/drm_dp.h>
70 * to configure the display stream compression on the source.
105 * @pic_width: Width of the input display frame in pixels
109 * @pic_height: Vertical height of the input display frame
276 * The VESA DSC standard defines picture parameter set (PPS) which display
/linux-master/drivers/gpu/drm/i915/
H A Di915_getparam.c41 value = !!i915->display.overlay;

Completed in 617 milliseconds

1234567891011>>