HomeSort by: relevance | last modified time | path
    Searched defs:tv_enc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 322 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:tv_setup_filter
325 uint32_t (*filters[])[4][7] = {&tv_enc->state.hfilter,
326 &tv_enc->state.vfilter};
328 int32_t overscan = calc_overscan(tv_enc->overscan);
329 int64_t flicker = (tv_enc->flicker - 50) * (id3 / 100);
390 state->tv_enc[i] = nv_read_tv_enc(dev, i);
417 nv_write_tv_enc(dev, i, state->tv_enc[i]);
479 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_tv_update_properties
480 struct nv17_tv_state *regs = &tv_enc->state;
482 int subconnector = tv_enc->select_subconnector
534 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_tv_update_rescaler
550 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_ctv_update_rescaler
    [all...]
nouveau_dispnv04_tvnv17.c 154 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_tv_detect
155 struct dcb_output *dcb = tv_enc->base.dcb;
156 bool reliable = get_tv_detect_quirks(dev, &tv_enc->pin_mask);
164 tv_enc->pin_mask =
167 tv_enc->pin_mask =
171 switch (tv_enc->pin_mask) {
174 tv_enc->subconnector = DRM_MODE_SUBCONNECTOR_Composite;
177 tv_enc->subconnector = DRM_MODE_SUBCONNECTOR_SVIDEO;
181 tv_enc->subconnector = DRM_MODE_SUBCONNECTOR_Component;
183 tv_enc->subconnector = DRM_MODE_SUBCONNECTOR_SCART
614 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_tv_save
645 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_tv_create_resources
695 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_tv_set_property
765 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); local in function:nv17_tv_destroy
796 struct nv17_tv_encoder *tv_enc = NULL; local in function:nv17_tv_create
    [all...]
tvnv17.h 33 uint8_t tv_enc[0x40]; member in struct:nv17_tv_state
104 uint8_t tv_enc[0x40]; member in struct:nv17_tv_norm_params::__anonef7288b3020a::__anonef7288b30308
163 nv_write_tv_enc(dev, 0x##reg, state->tv_enc[0x##reg])

Completed in 14 milliseconds