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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hubp.c 214 uint32_t mirror; local in function:hubp1_program_rotation
218 mirror = 1;
220 mirror = 0;
222 /* Program rotation angle and horz mirror - no mirror */
226 H_MIRROR_EN, mirror);
230 H_MIRROR_EN, mirror);
234 H_MIRROR_EN, mirror);
238 H_MIRROR_EN, mirror);
1166 if (param->mirror) {
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 379 uint32_t mirror; local in function:hubp2_program_rotation
383 mirror = 1;
385 mirror = 0;
387 /* Program rotation angle and horz mirror - no mirror */
391 H_MIRROR_EN, mirror);
395 H_MIRROR_EN, mirror);
399 H_MIRROR_EN, mirror);
403 H_MIRROR_EN, mirror);
980 if (param->mirror) {
    [all...]
  /src/sys/dev/ata/
ld_ataraid.c 134 struct cbuf *cb_other; /* other cbuf in case of mirror */
406 const int mirror = aai->aai_level & AAI_L_RAID1; local in function:ld_ataraid_start_raid0
442 if (mirror && comp < aai->aai_width) {
467 if (mirror && !read && comp < aai->aai_width) {
  /src/games/adventure/
init.c 112 axe, mirror, dragon, chasm, troll, troll2, bear, message, variable in typeref:typename:int
211 mirror = vocab(DECR('m', 'i', 'r', 'r', 'o'), 1, 0);
  /src/sys/dev/ic/
cacreg.h 133 u_int8_t mirror; member in struct:cac_drive_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 399 bool mirror; member in struct:dc_cursor_mi_param

Completed in 17 milliseconds