Lines Matching defs:atomBIOS
76 atombios_lock_crtc(atomBiosHandlePtr atomBIOS, int crtc, int lock)
89 if (RHDAtomBiosFunc(atomBIOS->pScrn, atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
99 atombios_enable_crtc(atomBiosHandlePtr atomBIOS, int crtc, int state)
112 if (RHDAtomBiosFunc(atomBIOS->pScrn, atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
122 atombios_enable_crtc_memreq(atomBiosHandlePtr atomBIOS, int crtc, int state)
135 if (RHDAtomBiosFunc(atomBIOS->pScrn, atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
145 atombios_blank_crtc(atomBiosHandlePtr atomBIOS, int crtc, int state)
159 if (RHDAtomBiosFunc(atomBIOS->pScrn, atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
175 atombios_enable_crtc(info->atomBIOS, radeon_crtc->crtc_id, 1);
177 atombios_enable_crtc_memreq(info->atomBIOS, radeon_crtc->crtc_id, 1);
178 atombios_blank_crtc(info->atomBIOS, radeon_crtc->crtc_id, 0);
183 atombios_blank_crtc(info->atomBIOS, radeon_crtc->crtc_id, 1);
185 atombios_enable_crtc_memreq(info->atomBIOS, radeon_crtc->crtc_id, 0);
186 atombios_enable_crtc(info->atomBIOS, radeon_crtc->crtc_id, 0);
233 if (RHDAtomBiosFunc(info->atomBIOS->pScrn, info->atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
284 if (RHDAtomBiosFunc(info->atomBIOS->pScrn, info->atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
437 atombios_get_command_table_version(info->atomBIOS, index, &major, &minor);
453 if (RHDAtomBiosFunc(info->atomBIOS->pScrn, info->atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
471 if (RHDAtomBiosFunc(info->atomBIOS->pScrn, info->atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
544 atombios_get_command_table_version(info->atomBIOS, index, &major, &minor);
570 if (RHDAtomBiosFunc(info->atomBIOS->pScrn, info->atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {
658 atombios_get_command_table_version(info->atomBIOS, index, &major, &minor);
712 if (RHDAtomBiosFunc(info->atomBIOS->pScrn, info->atomBIOS, ATOMBIOS_EXEC, &data) == ATOM_SUCCESS) {