Searched refs:drm (Results 201 - 225 of 1909) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt.h9 #include <drm/drm_util.h>
H A Dxe_gsc_proxy.c11 #include <drm/drm_managed.h>
12 #include <drm/i915_component.h>
13 #include <drm/i915_gsc_proxy_mei_interface.h>
378 static void proxy_channel_free(struct drm_device *drm, void *arg) argument
427 err = drmm_add_action_or_reset(&xe->drm, proxy_channel_free, gsc);
464 err = component_add_typed(xe->drm.dev, &xe_gsc_proxy_component_ops,
506 component_del(xe->drm.dev, &xe_gsc_proxy_component_ops);
H A Dxe_gsc_submit.c135 drm_err(&xe->drm, "GSC header readout indicates error: %d\n",
192 fence = dma_fence_get(&job->drm.s_fence->finished);
H A Dxe_ggtt.c10 #include <drm/drm_managed.h>
11 #include <drm/i915_drm.h>
102 static void ggtt_fini_early(struct drm_device *drm, void *arg) argument
110 static void ggtt_fini(struct drm_device *drm, void *arg) argument
145 struct pci_dev *pdev = to_pci_dev(xe->drm.dev);
154 drm_err(&xe->drm, "Hardware reported no preallocated GSM\n");
200 return drmm_add_action_or_reset(&xe->drm, ggtt_fini_early, ggtt);
246 return drmm_add_action_or_reset(&xe->drm, ggtt_fini, ggtt);
H A Dxe_execlist.c8 #include <drm/drm_managed.h>
256 struct drm_device *drm = &xe->drm; local
260 port = drmm_kzalloc(drm, sizeof(*port), GFP_KERNEL);
327 drm_info(&xe->drm, "Enabling execlist submission (GuC submission disabled)\n");
339 gt_to_xe(q->gt)->drm.dev);
H A Dxe_gsc.c8 #include <drm/drm_managed.h>
85 fence = dma_fence_get(&job->drm.s_fence->finished);
346 static void free_resources(struct drm_device *drm, void *arg) argument
410 err = drmm_add_action_or_reset(&xe->drm, free_resources, gsc);
H A Dxe_drm_client.c6 #include <drm/drm_print.h>
7 #include <drm/xe_drm.h>
19 * xe_drm_client_alloc() - Allocate drm client
22 * Allocate drm client struct to track client memory against
50 * by drm client.
65 * @client: The drm client ptr
68 * Add all BO created by individual drm client by calling this function.
89 * Remove all BO removed by individual drm client by calling this function.
187 * This is callabck for drm fdinfo interface. Register this callback
188 * in drm drive
[all...]
H A Dxe_devcoredump.c31 * /sys/class/drm/card<n>/device/devcoredump/ or from
34 * /sys/class/drm/card<n>/device/.
150 drm_info(&coredump_to_xe(coredump)->drm,
220 drm_dbg(&xe->drm, "Multiple hangs are occurring, but only the first snapshot was taken\n");
227 drm_info(&xe->drm, "Xe device coredump has been created\n");
228 drm_info(&xe->drm, "Check your /sys/class/drm/card%d/device/devcoredump/data\n",
229 xe->drm.primary->index);
231 dev_coredumpm(xe->drm.dev, THIS_MODULE, coredump, 0, GFP_KERNEL,
H A Dxe_bo.h9 #include <drm/ttm/ttm_tt.h>
H A Dxe_debugfs.c10 #include <drm/drm_debugfs.h>
110 struct drm_minor *minor = xe->drm.primary;
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c9 #include <drm/drm_drv.h>
10 #include <drm/drm_kunit_helpers.h>
288 xe->drm.dev = dev;
298 drm_kunit_helper_free_device(test, xe->drm.dev);
H A Dxe_wa_test.c6 #include <drm/drm_drv.h>
7 #include <drm/drm_kunit_helpers.h>
114 xe->drm.dev = dev;
124 drm_kunit_helper_free_device(test, xe->drm.dev);
H A Dxe_pci.c23 struct drm_device *drm = dev_get_drvdata(dev); local
30 if (drm_dev_enter(drm, &idx))
45 * called for the corresponding drm device.
H A Dxe_mocs.c51 mocs_dbg(&gt_to_xe(gt)->drm, "L3CC entries:%d\n", info->n_entries);
61 mocs_dbg(&gt_to_xe(gt)->drm, "%d 0x%x 0x%x 0x%x\n", i,
86 mocs_dbg(&gt_to_xe(gt)->drm, "Global MOCS entries:%d\n", info->n_entries);
87 drm_WARN_ONCE(&xe->drm, !info->unused_entries_index,
96 mocs_dbg(&gt_to_xe(gt)->drm, "%d 0x%x 0x%x 0x%x\n", i,
H A Dxe_pci_test.c6 #include <drm/drm_drv.h>
7 #include <drm/drm_kunit_helpers.h>
H A Dxe_kunit_helpers.c10 #include <drm/drm_drv.h>
11 #include <drm/drm_kunit_helpers.h>
38 drm, DRIVER_GEM);
/linux-master/drivers/gpu/drm/xe/display/
H A Dxe_plane_initial.c29 for_each_intel_crtc(&i915->drm, crtc) {
76 drm_err(&xe->drm,
89 drm_err(&xe->drm,
95 drm_dbg(&xe->drm,
123 drm_dbg(&xe->drm,
149 drm_dbg(&dev_priv->drm,
168 drm_dbg_kms(&dev_priv->drm, "intel fb init failed\n");
277 for_each_intel_crtc(&i915->drm, crtc) {
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c36 #include <drm/ttm/ttm_placement.h>
698 * @file_priv: Pointer to a drm file private structure.
715 * @file_priv: Pointer to a drm file private structure.
977 * @file_priv: Pointer to a drm file private structure.
1319 * @file_priv: Pointer to a drm file private structure.
1346 * @file_priv: Pointer to a drm file private structure.
1375 * @file_priv: Pointer to a drm file private structure.
1394 * @file_priv: Pointer to a drm file private structure.
1414 * @file_priv: Pointer to a drm file private structure.
1585 * @file_priv: Pointer to a drm fil
[all...]
H A Dvmwgfx_stdu.c32 #include <drm/drm_atomic.h>
33 #include <drm/drm_atomic_helper.h>
34 #include <drm/drm_damage_helper.h>
35 #include <drm/drm_fourcc.h>
529 * @file_priv: Pointer to a struct drm-file identifying the caller. May be
1481 struct drm_device *dev = &dev_priv->drm;
1629 struct drm_device *dev = &dev_priv->drm;
1646 drm_err(&dev_priv->drm,
H A Dvmwgfx_scrn.c31 #include <drm/drm_atomic.h>
32 #include <drm/drm_atomic_helper.h>
33 #include <drm/drm_damage_helper.h>
34 #include <drm/drm_fourcc.h>
809 struct drm_device *dev = &dev_priv->drm;
926 struct drm_device *dev = &dev_priv->drm;
H A Dvmwgfx_ldu.c31 #include <drm/drm_atomic.h>
32 #include <drm/drm_atomic_helper.h>
33 #include <drm/drm_fourcc.h>
430 struct drm_device *dev = &dev_priv->drm;
559 struct drm_device *dev = &dev_priv->drm;
H A Dvmwgfx_execbuf.c33 #include <drm/ttm/ttm_bo.h>
34 #include <drm/ttm/ttm_placement.h>
1162 drm_dbg(&dev_priv->drm, "Could not find or use MOB buffer.\n");
1218 drm_dbg(&dev_priv->drm, "Could not find or use GMR region.\n");
H A Dvmwgfx_gmrid_manager.c32 #include <drm/ttm/ttm_placement.h>
H A Dttm_object.h45 #include <drm/ttm/ttm_bo.h>
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_composer.c5 #include <drm/drm_atomic.h>
6 #include <drm/drm_atomic_helper.h>
7 #include <drm/drm_blend.h>
8 #include <drm/drm_fourcc.h>
9 #include <drm/drm_fixed.h>
10 #include <drm/drm_gem_framebuffer_helper.h>
11 #include <drm/drm_vblank.h>

Completed in 267 milliseconds

1234567891011>>