Home
last modified time | relevance | path

Searched refs:bpc (Results 1 - 10 of 10) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c71 * @bpc: Bits per color.
83 unsigned int bpc; member
375 if (panel->desc->bpc) { in panel_simple_get_non_edid_modes()
376 connector->display_info.bpc = panel->desc->bpc; in panel_simple_get_non_edid_modes()
891 WARN_ON(desc->bus_format == MEDIA_BUS_FMT_RGB666_1X7X3_SPWG && desc->bpc != 0x6); in panel_simple_probe()
894 desc->bpc != 0x8); in panel_simple_probe()
900 if (desc->bpc != 0x6 && desc->bpc != 0x8) { in panel_simple_probe()
901 dev_warn(dev, "Expected bpc i in panel_simple_probe()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c220 u8 bpc; member
333 u8 bpc; member
504 if (!di->bpc) in dw_dp_connector_get_modes()
505 di->bpc = 8; in dw_dp_connector_get_modes()
1145 switch (vsc->bpc) { in dw_dp_vsc_sdp_pack()
1201 vsc.bpc = video->bpc; in dw_dp_send_vsc_sdp()
1227 static int dw_dp_video_set_msa(struct dw_dp *dp, u8 color_format, u8 bpc, in dw_dp_video_set_msa() argument
1252 switch (bpc) { in dw_dp_video_set_msa()
1292 u8 bpc in dw_dp_video_enable() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c219 u8 bpc; member
322 u8 bpc; member
1139 switch (vsc->bpc) { in dw_dp_vsc_sdp_pack()
1197 vsc.bpc = video->bpc; in dw_dp_send_vsc_sdp()
1222 static int dw_dp_video_set_msa(struct dw_dp *dp, u8 color_format, u8 bpc, u16 vstart, u16 hstart) in dw_dp_video_set_msa() argument
1247 switch (bpc) { in dw_dp_video_set_msa()
1285 u8 bpc = video->bpc; in dw_dp_video_enable() local
1303 ret = dw_dp_video_set_msa(dp, color_format, bpc, vstar in dw_dp_video_enable()
[all...]
H A Dcdn-dp-core.c263 u8 lanes, bpc; in cdn_dp_connector_mode_valid() local
270 switch (display_info->bpc) { in cdn_dp_connector_mode_valid()
272 bpc = 0xa; in cdn_dp_connector_mode_valid()
275 bpc = 0x6; in cdn_dp_connector_mode_valid()
278 bpc = 0x8; in cdn_dp_connector_mode_valid()
282 requested = mode->clock * bpc * 0x3 / 0x3e8; in cdn_dp_connector_mode_valid()
516 switch (display_info->bpc) { in cdn_dp_encoder_mode_set()
H A Danalogix_dp-rockchip.c218 di->bpc = 0x8; in rockchip_dp_get_modes()
392 s->output_bpc = di->bpc; in rockchip_dp_drm_encoder_atomic_check()
H A Ddw_hdmi-rockchip.c587 u8 bpc; member
598 /* 7680x4320/960X96 rgb 8bpc 12bpp */
616 /* 7680x4320/960X96 rgb 8bpc 11bpp */
634 /* 7680x4320/960X96 rgb 8bpc 10bpp */
652 /* 7680x4320/960X96 rgb 8bpc 9bpp */
670 /* 7680x4320/960X96 rgb 10bpc 12bpp */
688 /* 7680x4320/960X96 rgb 10bpc 11bpp */
706 /* 7680x4320/960X96 rgb 10bpc 10bpp */
724 /* 7680x4320/960X96 rgb 10bpc 9bpp */
1156 bits_per_component == pps_datas[i].bpc in dw_hdmi_qp_set_link_cfg()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c77 /* Force 8bpc */
79 /* Force 12bpc */
81 /* Force 6bpc */
83 /* Force 10bpc */
111 /* AEO model 0 reports 8 bpc, but is a 6 bpc panel */
114 /* BOE model on HP Pavilion 15-n233sl reports 8 bpc, but is a 6 bpc panel */
117 /* CPT panel of Asus UX303LA reports 8 bpc, but is a 6 bpc pane
[all...]
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_connector.h199 * @bpc_supported: compressed bpc supported by sink : 10, 12 or 16 bpc
492 * @bpc: Maximum bits per color channel. Used by HDMI and DP outputs.
494 unsigned int bpc; member
781 * and the connector bpc limitations obtained from edid.
1369 * @max_bpc_property: Default connector property for the max bpc to be
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3419 if (max_bpc >= 0x10 && info->bpc == 0x10 && (info->hdmi.y420_dc_modes & DRM_EDID_YCBCR420_DC_48)) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3423 if (max_bpc >= 0xc && info->bpc >= 0xc && (info->hdmi.y420_dc_modes & DRM_EDID_YCBCR420_DC_36)) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3427 if (max_bpc >= 0xa && info->bpc >= 0xa && (info->hdmi.y420_dc_modes & DRM_EDID_YCBCR420_DC_30)) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3444 if (max_bpc >= 0x10 && info->bpc == 0x10) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3452 if (max_bpc >= 0xc && info->bpc >= 0xc) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3464 if (max_bpc >= 0xa && info->bpc >= 0xa) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c1579 /* Input vide bpc and color_formats */ in analogix_dp_bridge_mode_set()
1580 switch (display_info->bpc) { in analogix_dp_bridge_mode_set()

Completed in 29 milliseconds