Lines Matching refs:sharedInfo

133 	intel_shared_info &sharedInfo = *gInfo->shared_info;
134 display_mode &mode = sharedInfo.current_mode;
135 uint32 bytes_per_pixel = (sharedInfo.bits_per_pixel + 7) / 8;
137 if (sharedInfo.device_type.InGroup(INTEL_GROUP_96x)
138 || sharedInfo.device_type.InGroup(INTEL_GROUP_G4x)
139 || sharedInfo.device_type.InGroup(INTEL_GROUP_ILK)
140 || sharedInfo.device_type.InFamily(INTEL_FAMILY_SER5)
141 || sharedInfo.device_type.InFamily(INTEL_FAMILY_LAKE)
142 || sharedInfo.device_type.InFamily(INTEL_FAMILY_SOC0)) {
143 if (sharedInfo.device_type.InGroup(INTEL_GROUP_HAS)) {
144 // || sharedInfo.device_type.InGroup(INTEL_GROUP_SKY)) {
151 mode.v_display_start * sharedInfo.bytes_per_row
155 write32(INTEL_DISPLAY_A_SURFACE + offset, sharedInfo.frame_buffer_offset);
158 write32(INTEL_DISPLAY_A_BASE + offset, sharedInfo.frame_buffer_offset
159 + mode.v_display_start * sharedInfo.bytes_per_row
359 intel_shared_info &sharedInfo = *gInfo->shared_info;
360 Autolock locker(sharedInfo.accelerant_lock);
370 intel_free_memory(sharedInfo.frame_buffer);
377 if (intel_allocate_memory(sharedInfo.current_mode.virtual_height
378 * sharedInfo.bytes_per_row, 0, base) == B_OK) {
379 sharedInfo.frame_buffer = base;
380 sharedInfo.frame_buffer_offset = base
381 - (addr_t)sharedInfo.graphics_memory;
391 sharedInfo.frame_buffer = base;
392 sharedInfo.frame_buffer_offset = base - (addr_t)sharedInfo.graphics_memory;
496 set_display_power_mode(sharedInfo.dpms_mode);
504 if (sharedInfo.device_type.InFamily(INTEL_FAMILY_LAKE)) {
513 sharedInfo.current_mode = target;
514 sharedInfo.bytes_per_row = bytesPerRow;
515 sharedInfo.bits_per_pixel = bitsPerPixel;
771 intel_shared_info &sharedInfo = *gInfo->shared_info;
772 Autolock locker(sharedInfo.accelerant_lock);
774 display_mode &mode = sharedInfo.current_mode;