OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pps_header
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_dsc.c
41
* @
pps_header
: Secondary data packet header for DSC Picture
49
void drm_dsc_dp_pps_header_init(struct dp_sdp_header *
pps_header
)
51
memset(
pps_header
, 0, sizeof(*
pps_header
));
53
pps_header
->HB1 = DP_SDP_PPS;
54
pps_header
->HB2 = DP_SDP_PPS_HEADER_PAYLOAD_BYTES_MINUS_1;
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dsc.h
596
* @
pps_header
: Header for PPS as per DP SDP header format of type
602
struct dp_sdp_header
pps_header
;
member in struct:drm_dsc_pps_infoframe
606
void drm_dsc_dp_pps_header_init(struct dp_sdp_header *
pps_header
);
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vdsc.c
975
drm_dsc_dp_pps_header_init(&dp_dsc_pps_sdp.
pps_header
);
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026