Home
last modified time | relevance | path

Searched refs:currentAttributes (Results 1 – 4 of 4) sorted by relevance

/open-nvidia-gpu/src/nvidia-modeset/src/
H A Dnvkms-attributes.c401 *pCurrentDithering = pDpyEvo->currentAttributes.dithering.enabled; in GetCurrentDithering()
414 pDpyEvo->currentAttributes.dithering.mode; in GetCurrentDitheringMode()
428 pDpyEvo->currentAttributes.dithering.depth; in GetCurrentDitheringDepth()
478 *pDvc = pDpyEvo->currentAttributes.dvc; in GetDigitalVibrance()
509 return pDpyEvo->currentAttributes.imageSharpening.available; in ImageSharpeningAvailable()
553 *pImageSharpening = pDpyEvo->currentAttributes.imageSharpening.value; in GetImageSharpening()
771 *pValue = pDpyEvo->currentAttributes.color.format; in GetCurrentColorSpace()
844 *pValue = pDpyEvo->currentAttributes.color.range; in GetCurrentColorRange()
884 *pValue = pDpyEvo->currentAttributes.color.bpc; in GetCurrentColorBpc()
918 *pValue = pDpyEvo->currentAttributes.digitalSignal; in GetDigitalSignal()
[all …]
H A Dnvkms-dpy.c2391 pDpyEvo->currentAttributes = NV_EVO_DEFAULT_ATTRIBUTES_SET; in nvAllocDpyEvo()
2392 pDpyEvo->currentAttributes.digitalSignal = in nvAllocDpyEvo()
3080 pDpyEvo->currentAttributes.color.format) { in nvDpyUpdateCurrentAttributes()
3088 pDpyEvo->currentAttributes.color.range) { in nvDpyUpdateCurrentAttributes()
3096 pDpyEvo->currentAttributes.dithering.enabled) { in nvDpyUpdateCurrentAttributes()
3104 pDpyEvo->currentAttributes.dithering.depth) { in nvDpyUpdateCurrentAttributes()
3112 pDpyEvo->currentAttributes.dithering.mode) { in nvDpyUpdateCurrentAttributes()
3120 pDpyEvo->currentAttributes.imageSharpening.available) { in nvDpyUpdateCurrentAttributes()
3128 pDpyEvo->currentAttributes.digitalSignal) { in nvDpyUpdateCurrentAttributes()
3136 pDpyEvo->currentAttributes.numberOfHardwareHeadsUsed) { in nvDpyUpdateCurrentAttributes()
[all …]
H A Dnvkms-modeset.c1159 pDpyEvo->currentAttributes.dvc; in AssignProposedModeSetHwState()
1165 pDpyEvo->currentAttributes.imageSharpening.value; in AssignProposedModeSetHwState()
/open-nvidia-gpu/src/nvidia-modeset/include/
H A Dnvkms-types.h2133 NVAttributesSetEvoRec currentAttributes; member