Home
last modified time | relevance | path

Searched refs:graphics (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Dintel_device_info.c96 if (runtime->graphics.ip.rel) in intel_device_info_print()
97 drm_printf(p, "graphics version: %u.%02u\n", in intel_device_info_print()
98 runtime->graphics.ip.ver, in intel_device_info_print()
99 runtime->graphics.ip.rel); in intel_device_info_print()
101 drm_printf(p, "graphics version: %u\n", in intel_device_info_print()
102 runtime->graphics.ip.ver); in intel_device_info_print()
112 drm_printf(p, "graphics stepping: %s\n", intel_step_name(runtime->step.graphics_step)); in intel_device_info_print()
318 * Setup the graphics version for the current device. This must be done before
332 drm_WARN_ON(&i915->drm, RUNTIME_INFO(i915)->graphics.ip.ver > 12); in intel_ipver_early_init()
334 * On older platforms, graphics an in intel_ipver_early_init()
[all...]
H A Di915_pci.c43 .__runtime.graphics.ip.ver = (x), \
673 .__runtime.graphics.ip.rel = 10,
708 .__runtime.graphics.ip.ver = 12, \
709 .__runtime.graphics.ip.rel = 50, \
759 .__runtime.graphics.ip.rel = 55, \
796 .__runtime.graphics.ip.rel = 60,
822 * Real graphics IP version will be obtained from hardware GMD_ID
825 .__runtime.graphics.ip.ver = 12,
826 .__runtime.graphics.ip.rel = 70,
1008 return i915_pci_resource_valid(pdev, intel_mmio_bar(intel_info->__runtime.graphics in intel_mmio_bar_valid()
[all...]
H A Dintel_device_info.h191 * Single "graphics" IP version that represents
196 } graphics; member
H A Di915_drv.h427 #define GRAPHICS_VER(i915) (RUNTIME_INFO(i915)->graphics.ip.ver)
428 #define GRAPHICS_VER_FULL(i915) IP_VER(RUNTIME_INFO(i915)->graphics.ip.ver, \
429 RUNTIME_INFO(i915)->graphics.ip.rel)
H A Dintel_step.c166 &RUNTIME_INFO(i915)->graphics.ip); in intel_step_init()
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-ic.c147 bool graphics; member
286 if (ic->graphics) { in ipu_ic_task_enable()
390 ic->graphics = true; in ipu_ic_task_graphics_init()
651 ic->rotation = ic->graphics = false; in ipu_ic_disable()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-ic.c147 bool graphics; member
286 if (ic->graphics) { in ipu_ic_task_enable()
390 ic->graphics = true; in ipu_ic_task_graphics_init()
651 ic->rotation = ic->graphics = false; in ipu_ic_disable()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.h80 int graphics; member
H A Dfbcon.c296 vc->vc_mode != KD_TEXT || ops->graphics); in fbcon_is_inactive()
817 ops->graphics = 0; in con2fb_init_display()
985 ops->graphics = 1; in fbcon_startup()
1150 ops->graphics = 0; in fbcon_init()
2244 ops->graphics = 1; in fbcon_blank()
2250 ops->graphics = 0; in fbcon_blank()
2283 ops->save_graphics = ops->graphics; in fbcon_debug_enter()
2284 ops->graphics = 0; in fbcon_debug_enter()
2296 ops->graphics = ops->save_graphics; in fbcon_debug_leave()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.h78 int graphics; member
H A Dfbcon.c278 vc->vc_mode != KD_TEXT || ops->graphics); in fbcon_is_inactive()
793 ops->graphics = 0; in con2fb_init_display()
949 ops->graphics = 1; in fbcon_startup()
1104 ops->graphics = 0; in fbcon_init()
2210 ops->graphics = 1; in fbcon_blank()
2216 ops->graphics = 0; in fbcon_blank()
2249 ops->save_graphics = ops->graphics; in fbcon_debug_enter()
2250 ops->graphics = 0; in fbcon_debug_enter()
2262 ops->graphics = ops->save_graphics; in fbcon_debug_leave()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c122 .__runtime.graphics.ip.ver = -1,

Completed in 19 milliseconds