Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 25 of 26) sorted by relevance

12

/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp.h204 struct mod_hdcp_display displays[MAX_NUM_OF_DISPLAYS]; member
522 if (is_display_active(&hdcp->displays[i])) in get_active_display_count()
534 if (is_display_active(&hdcp->displays[i])) { in get_first_active_display()
535 display = &hdcp->displays[i]; in get_first_active_display()
548 if (hdcp->displays[i].index == index && in get_active_display_at_index()
549 is_display_active(&hdcp->displays[i])) { in get_active_display_at_index()
550 display = &hdcp->displays[i]; in get_active_display_at_index()
563 if (!is_display_active(&hdcp->displays[i])) { in get_empty_display_container()
564 display = &hdcp->displays[i]; in get_empty_display_container()
Dhdcp_psp.c307 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp1_destroy_session()
308 hdcp->displays[i].state = in mod_hdcp_hdcp1_destroy_session()
311 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_destroy_session()
441 if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state != MOD_HDCP_DISPLAY_ACTIVE) in mod_hdcp_hdcp1_enable_dp_stream_encryption()
447 hdcp_cmd->in_msg.hdcp1_enable_dp_stream_encryption.display_handle = hdcp->displays[i].index; in mod_hdcp_hdcp1_enable_dp_stream_encryption()
457 hdcp->displays[i].state = MOD_HDCP_DISPLAY_ENCRYPTION_ENABLED; in mod_hdcp_hdcp1_enable_dp_stream_encryption()
458 HDCP_HDCP1_ENABLED_TRACE(hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp1_enable_dp_stream_encryption()
559 if (is_display_encryption_enabled(&hdcp->displays[i])) { in mod_hdcp_hdcp2_destroy_session()
560 hdcp->displays[i].state = in mod_hdcp_hdcp2_destroy_session()
563 hdcp, hdcp->displays[i].index); in mod_hdcp_hdcp2_destroy_session()
[all …]
Dhdcp.c59 if (hdcp->displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp1()
60 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp1()
79 if (hdcp->displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp2()
80 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp2()
/drivers/gpu/drm/imx/
DKconfig14 tristate "Support for parallel displays"
20 tristate "Support for TV and VGA displays"
29 tristate "Support for LVDS displays"
/drivers/video/fbdev/omap2/omapfb/
Domapfb.h91 struct omapfb_display_data displays[10]; member
155 if (fbdev->displays[i].dssdev == dssdev) in get_display_data()
156 return &fbdev->displays[i]; in get_display_data()
DMakefile4 obj-y += displays/
DKconfig39 source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"
Domapfb-main.c1843 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_free_resources()
1845 if (fbdev->displays[i].auto_update_work_enabled) in omapfb_free_resources()
2177 if (strcmp(fbdev->displays[i].dssdev->name, in omapfb_parse_def_modes()
2179 display = fbdev->displays[i].dssdev; in omapfb_parse_def_modes()
2366 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_init_connections()
2418 dssdev = fbdev->displays[i].dssdev; in omapfb_find_default_display()
2436 dssdev = fbdev->displays[i].dssdev; in omapfb_find_default_display()
2447 return fbdev->displays[0].dssdev; in omapfb_find_default_display()
2505 d = &fbdev->displays[fbdev->num_displays++]; in omapfb_probe()
/drivers/video/fbdev/
Ds3c2410fb.c123 struct s3c2410fb_display *default_display = mach_info->displays + in s3c2410fb_check_var()
138 if (type == mach_info->displays[i].type && in s3c2410fb_check_var()
139 var->yres == mach_info->displays[i].yres && in s3c2410fb_check_var()
140 var->xres == mach_info->displays[i].xres && in s3c2410fb_check_var()
141 var->bits_per_pixel == mach_info->displays[i].bpp) { in s3c2410fb_check_var()
142 display = mach_info->displays + i; in s3c2410fb_check_var()
847 display = mach_info->displays + mach_info->default_display; in s3c24xxfb_probe()
942 unsigned long smem_len = mach_info->displays[i].xres; in s3c24xxfb_probe()
944 smem_len *= mach_info->displays[i].yres; in s3c24xxfb_probe()
945 smem_len *= mach_info->displays[i].bpp; in s3c24xxfb_probe()
DKconfig104 Allow generic frame-buffer functions to work on displays with 1, 2
2168 far only synchronous displays are supported. If you plan to use
/drivers/usb/typec/altmodes/
DKconfig9 displays and adapters to be attached to the USB Type-C
/drivers/staging/fbtft/
DREADME5 The module 'fbtft' makes writing drivers for some of these displays very easy.
DKconfig170 displays with a resolution of up to 320x240 pixels.
/drivers/video/fbdev/omap2/omapfb/dss/
Ddss.c640 enum omap_display_type displays; in dss_get_hdmi_venc_clk_source() local
642 displays = dss_feat_get_supported_displays(OMAP_DSS_CHANNEL_DIGIT); in dss_get_hdmi_venc_clk_source()
643 if ((displays & OMAP_DISPLAY_TYPE_HDMI) == 0) in dss_get_hdmi_venc_clk_source()
646 if ((displays & OMAP_DISPLAY_TYPE_VENC) == 0) in dss_get_hdmi_venc_clk_source()
/drivers/media/platform/omap/
Domap_voutdef.h110 struct omap_dss_device *displays[MAX_DISPLAYS]; member
Domap_vout.c1582 if (vid_dev->displays[k]->state != OMAP_DSS_DISPLAY_DISABLED) in omap_vout_remove()
1583 vid_dev->displays[k]->driver->disable(vid_dev->displays[k]); in omap_vout_remove()
1585 omap_dss_put_device(vid_dev->displays[k]); in omap_vout_remove()
1631 vid_dev->displays[vid_dev->num_displays++] = dssdev; in omap_vout_probe()
1688 struct omap_dss_device *display = vid_dev->displays[i]; in omap_vout_probe()
/drivers/gpu/drm/amd/include/
Ddm_pp_interface.h89 struct single_display_configuration displays[MAX_NUM_DISPLAY]; member
/drivers/net/ethernet/marvell/
DKconfig138 The file /sys/kernel/debug/skge/ethX displays the state of the internal
173 The file /sys/kernel/debug/sky2/ethX displays the state of the internal
/drivers/auxdisplay/
DKconfig22 This is the base system for character-based LCD displays.
29 tristate "Common functions for HD44780 (and compatibles) LCD displays" if COMPILE_TEST
33 displays. This is the code that multiple other modules use. It is not
159 Enable this to support the simple ASCII LCD displays found on
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c317 if (display_config->displays[index].controller_id != 0) in phm_store_dal_configuration_data()
/drivers/atm/
DKconfig58 Extended debugging records various events and displays that list
173 Extended debugging records various events and displays that list
/drivers/bus/
DKconfig153 SRAM, ethernet adapters, FPGAs and LCD displays.
/drivers/memory/
DKconfig225 devices (like SRAM, ethernet adapters, FPGAs, LCD displays, ...) on
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c99 adev->pm.pm_display_cfg.displays[i].controller_id = dc_cfg->pipe_idx + 1; in dm_pp_apply_display_requirements()
/drivers/char/
DKconfig82 port, for instance deviceid (which displays Plug-and-Play device

12