/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
opregion.c | 359 #define GVT_OPREGION_FUNC(scic) \ 362 __ret = (scic & OPREGION_SCIC_FUNC_MASK) >> \ 367 #define GVT_OPREGION_SUBFUNC(scic) \ 370 __ret = (scic & OPREGION_SCIC_SUBFUNC_MASK) >> \ 446 static bool querying_capabilities(u32 scic) 450 func = GVT_OPREGION_FUNC(scic); 451 subfunc = GVT_OPREGION_SUBFUNC(scic); 474 u32 scic, parm; local in function:intel_vgpu_emulate_opregion_request 481 scic = *((u32 *)vgpu_opregion(vgpu)->va + 493 &scic, sizeof(scic)) [all...] |
opregion.c | 359 #define GVT_OPREGION_FUNC(scic) \ 362 __ret = (scic & OPREGION_SCIC_FUNC_MASK) >> \ 367 #define GVT_OPREGION_SUBFUNC(scic) \ 370 __ret = (scic & OPREGION_SCIC_SUBFUNC_MASK) >> \ 446 static bool querying_capabilities(u32 scic) 450 func = GVT_OPREGION_FUNC(scic); 451 subfunc = GVT_OPREGION_SUBFUNC(scic); 474 u32 scic, parm; local in function:intel_vgpu_emulate_opregion_request 481 scic = *((u32 *)vgpu_opregion(vgpu)->va + 493 &scic, sizeof(scic)) [all...] |
opregion.c | 359 #define GVT_OPREGION_FUNC(scic) \ 362 __ret = (scic & OPREGION_SCIC_FUNC_MASK) >> \ 367 #define GVT_OPREGION_SUBFUNC(scic) \ 370 __ret = (scic & OPREGION_SCIC_SUBFUNC_MASK) >> \ 446 static bool querying_capabilities(u32 scic) 450 func = GVT_OPREGION_FUNC(scic); 451 subfunc = GVT_OPREGION_SUBFUNC(scic); 474 u32 scic, parm; local in function:intel_vgpu_emulate_opregion_request 481 scic = *((u32 *)vgpu_opregion(vgpu)->va + 493 &scic, sizeof(scic)) [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_opregion.c | 110 u32 scic; /* SWSCI command|status|data */ member in struct:opregion_swsci 284 u32 main_function, sub_function, scic; local in function:swsci 321 scic = swsci->scic; 322 if (scic & SWSCI_SCIC_INDICATOR) { 327 scic = function | SWSCI_SCIC_INDICATOR; 330 swsci->scic = scic; 345 #define C (((scic = swsci->scic) & SWSCI_SCIC_INDICATOR) == 0 [all...] |
intel_opregion.c | 110 u32 scic; /* SWSCI command|status|data */ member in struct:opregion_swsci 284 u32 main_function, sub_function, scic; local in function:swsci 321 scic = swsci->scic; 322 if (scic & SWSCI_SCIC_INDICATOR) { 327 scic = function | SWSCI_SCIC_INDICATOR; 330 swsci->scic = scic; 345 #define C (((scic = swsci->scic) & SWSCI_SCIC_INDICATOR) == 0 [all...] |
intel_opregion.c | 110 u32 scic; /* SWSCI command|status|data */ member in struct:opregion_swsci 284 u32 main_function, sub_function, scic; local in function:swsci 321 scic = swsci->scic; 322 if (scic & SWSCI_SCIC_INDICATOR) { 327 scic = function | SWSCI_SCIC_INDICATOR; 330 swsci->scic = scic; 345 #define C (((scic = swsci->scic) & SWSCI_SCIC_INDICATOR) == 0 [all...] |