Searched refs:VIDEO_LIPSYNC (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Ddce6_afmt.c139 tmp = VIDEO_LIPSYNC(connector->video_latency[1]) |
142 tmp = VIDEO_LIPSYNC(0) | AUDIO_LIPSYNC(0);
145 tmp = VIDEO_LIPSYNC(connector->video_latency[0]) |
148 tmp = VIDEO_LIPSYNC(0) | AUDIO_LIPSYNC(0);
H A Devergreen_hdmi.c107 tmp = VIDEO_LIPSYNC(connector->video_latency[1]) |
110 tmp = VIDEO_LIPSYNC(255) | AUDIO_LIPSYNC(255);
113 tmp = VIDEO_LIPSYNC(connector->video_latency[0]) |
116 tmp = VIDEO_LIPSYNC(255) | AUDIO_LIPSYNC(255);
H A Dsid.h738 # define VIDEO_LIPSYNC(x) (((x) & 0xff) << 0) macro
740 /* VIDEO_LIPSYNC, AUDIO_LIPSYNC
H A Devergreend.h772 # define VIDEO_LIPSYNC(x) (((x) & 0xff) << 0) macro
774 /* VIDEO_LIPSYNC, AUDIO_LIPSYNC
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c581 VIDEO_LIPSYNC);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c1291 VIDEO_LIPSYNC, connector->video_latency[interlace]);
1296 VIDEO_LIPSYNC, 0);
H A Ddce_v10_0.c1259 VIDEO_LIPSYNC, connector->video_latency[interlace]);
1264 VIDEO_LIPSYNC, 0);
H A Ddce_v6_0.c1180 VIDEO_LIPSYNC, connector->video_latency[interlace]);
1185 VIDEO_LIPSYNC, 0);
H A Dsid.h741 # define VIDEO_LIPSYNC(x) (((x) & 0xff) << 0) macro
743 /* VIDEO_LIPSYNC, AUDIO_LIPSYNC

Completed in 239 milliseconds