OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qxl_device
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.h
174
struct
qxl_device
*qdev;
181
struct
qxl_device
*qdev;
195
int qxl_debugfs_add_files(struct
qxl_device
*rdev,
198
int qxl_debugfs_fence_init(struct
qxl_device
*rdev);
200
struct
qxl_device
;
202
struct
qxl_device
{
struct
284
int qxl_device_init(struct
qxl_device
*qdev, struct drm_driver *drv,
286
void qxl_device_fini(struct
qxl_device
*qdev);
288
int qxl_modeset_init(struct
qxl_device
*qdev);
289
void qxl_modeset_fini(struct
qxl_device
*qdev)
[
all
...]
qxl_gem.c
39
struct
qxl_device
*qdev;
42
qdev = (struct
qxl_device
*)gobj->dev->dev_private;
50
int qxl_gem_object_create(struct
qxl_device
*qdev, int size,
80
int qxl_gem_object_create_with_handle(struct
qxl_device
*qdev,
119
void qxl_gem_init(struct
qxl_device
*qdev)
124
void qxl_gem_fini(struct
qxl_device
*qdev)
qxl_irq.c
40
struct
qxl_device
*qdev = (struct
qxl_device
*)dev->dev_private;
81
struct
qxl_device
*qdev = container_of(work, struct
qxl_device
,
87
int qxl_irq_init(struct
qxl_device
*qdev)
qxl_debugfs.c
47
struct
qxl_device
*qdev = node->minor->dev->dev_private;
61
struct
qxl_device
*qdev = node->minor->dev->dev_private;
92
struct
qxl_device
*dev =
93
(struct
qxl_device
*) minor->dev->dev_private;
107
int qxl_debugfs_add_files(struct
qxl_device
*qdev,
qxl_cmd.c
40
static int qxl_reap_surface_id(struct
qxl_device
*qdev, int max_to_reap);
191
qxl_push_command_ring_release(struct
qxl_device
*qdev, struct qxl_release *release,
203
qxl_push_cursor_ring_release(struct
qxl_device
*qdev, struct qxl_release *release,
214
bool qxl_queue_garbage_collect(struct
qxl_device
*qdev, bool flush)
225
int qxl_garbage_collect(struct
qxl_device
*qdev)
267
int qxl_alloc_bo_reserved(struct
qxl_device
*qdev,
292
static int wait_for_io_cmd_user(struct
qxl_device
*qdev, uint8_t val, long port, bool intr)
327
static void wait_for_io_cmd(struct
qxl_device
*qdev, uint8_t val, long port)
337
int qxl_io_update_area(struct
qxl_device
*qdev, struct qxl_bo *surf,
366
void qxl_io_notify_oom(struct
qxl_device
*qdev
[
all
...]
qxl_object.h
91
extern int qxl_bo_create(struct
qxl_device
*qdev,
98
void *qxl_bo_kmap_atomic_page(struct
qxl_device
*qdev, struct qxl_bo *bo, int page_offset);
99
void qxl_bo_kunmap_atomic_page(struct
qxl_device
*qdev, struct qxl_bo *bo, void *map);
qxl_object.c
38
struct
qxl_device
*qdev;
41
qdev = (struct
qxl_device
*)bo->tbo.base.dev->dev_private;
103
int qxl_bo_create(struct
qxl_device
*qdev,
172
void *qxl_bo_kmap_atomic_page(struct
qxl_device
*qdev,
214
void qxl_bo_kunmap_atomic_page(struct
qxl_device
*qdev,
319
void qxl_bo_force_delete(struct
qxl_device
*qdev)
338
int qxl_bo_init(struct
qxl_device
*qdev)
343
void qxl_bo_fini(struct
qxl_device
*qdev)
348
int qxl_bo_check_id(struct
qxl_device
*qdev, struct qxl_bo *bo)
365
int qxl_surf_evict(struct
qxl_device
*qdev
[
all
...]
qxl_ttm.c
46
static struct
qxl_device
*qxl_get_qdev(struct ttm_bo_device *bdev)
49
struct
qxl_device
*qdev;
52
qdev = container_of(mman, struct
qxl_device
, mman);
64
struct
qxl_device
*qdev = qxl_get_qdev(bdev);
122
struct
qxl_device
*qdev = qxl_get_qdev(bdev);
161
struct
qxl_device
*qdev;
202
struct
qxl_device
*qdev;
251
struct
qxl_device
*qdev;
274
int qxl_ttm_init(struct
qxl_device
*qdev)
312
void qxl_ttm_fini(struct
qxl_device
*qdev
[
all
...]
qxl_release.c
65
struct
qxl_device
*qdev;
71
qdev = container_of(fence->lock, struct
qxl_device
, release_lock);
129
qxl_release_alloc(struct
qxl_device
*qdev, int type,
182
qxl_release_free(struct
qxl_device
*qdev,
206
static int qxl_release_bo_alloc(struct
qxl_device
*qdev,
294
int qxl_alloc_surface_release_reserved(struct
qxl_device
*qdev,
325
int qxl_alloc_release_reserved(struct
qxl_device
*qdev, unsigned long size,
393
struct qxl_release *qxl_release_from_id_locked(struct
qxl_device
*qdev,
409
union qxl_release_info *qxl_release_map(struct
qxl_device
*qdev,
423
void qxl_release_unmap(struct
qxl_device
*qdev
[
all
...]
qxl_kms.c
42
static bool qxl_check_device(struct
qxl_device
*qdev)
64
static void setup_hw_slot(struct
qxl_device
*qdev, struct qxl_memslot *slot)
71
static void setup_slot(struct
qxl_device
*qdev,
101
void qxl_reinit_memslots(struct
qxl_device
*qdev)
109
struct
qxl_device
*qdev = container_of(work, struct
qxl_device
, gc_work);
114
int qxl_device_init(struct
qxl_device
*qdev,
303
void qxl_device_fini(struct
qxl_device
*qdev)
qxl_draw.c
33
static int alloc_clips(struct
qxl_device
*qdev,
46
static struct qxl_rect *drawable_set_clipping(struct
qxl_device
*qdev,
65
alloc_drawable(struct
qxl_device
*qdev, struct qxl_release **release)
72
free_drawable(struct
qxl_device
*qdev, struct qxl_release *release)
79
make_drawable(struct
qxl_device
*qdev, int surface, uint8_t type,
126
void qxl_draw_dirty_fb(struct
qxl_device
*qdev,
qxl_drv.c
79
struct
qxl_device
*qdev;
88
qdev = kzalloc(sizeof(struct
qxl_device
), GFP_KERNEL);
144
struct
qxl_device
*qdev = dev->dev_private;
163
struct
qxl_device
*qdev = dev->dev_private;
185
struct
qxl_device
*qdev = dev->dev_private;
244
struct
qxl_device
*qdev = drm_dev->dev_private;
qxl_display.c
49
static int qxl_alloc_client_monitors_config(struct
qxl_device
*qdev,
75
static int qxl_display_copy_rom_client_monitors_config(struct
qxl_device
*qdev)
148
static void qxl_update_offset_props(struct
qxl_device
*qdev)
167
void qxl_display_read_client_monitors_config(struct
qxl_device
*qdev)
201
static int qxl_check_mode(struct
qxl_device
*qdev,
217
static int qxl_check_framebuffer(struct
qxl_device
*qdev,
229
struct
qxl_device
*qdev = dev->dev_private;
250
struct
qxl_device
*qdev = dev->dev_private;
291
static void qxl_send_monitors_config(struct
qxl_device
*qdev)
318
struct
qxl_device
*qdev = dev->dev_private
[
all
...]
qxl_ioctl.c
44
struct
qxl_device
*qdev = dev->dev_private;
72
struct
qxl_device
*qdev = dev->dev_private;
93
apply_reloc(struct
qxl_device
*qdev, struct qxl_reloc_info *info)
105
apply_surf_reloc(struct
qxl_device
*qdev, struct qxl_reloc_info *info)
147
static int qxl_process_single_command(struct
qxl_device
*qdev,
287
struct
qxl_device
*qdev = dev->dev_private;
312
struct
qxl_device
*qdev = dev->dev_private;
362
struct
qxl_device
*qdev = dev->dev_private;
381
struct
qxl_device
*qdev = dev->dev_private;
402
struct
qxl_device
*qdev = dev->dev_private
[
all
...]
qxl_image.c
38
qxl_allocate_chunk(struct
qxl_device
*qdev,
61
qxl_image_alloc_objects(struct
qxl_device
*qdev,
91
void qxl_image_free_objects(struct
qxl_device
*qdev, struct qxl_drm_image *dimage)
105
qxl_image_init_helper(struct
qxl_device
*qdev,
234
int qxl_image_init(struct
qxl_device
*qdev,
qxl_dumb.c
40
struct
qxl_device
*qdev = dev->dev_private;
Completed in 139 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025