Searched refs:drm_device (Results 76 - 100 of 452) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv17_tv.h122 void nv17_tv_state_save(struct drm_device *dev, struct nv17_tv_state *state);
123 void nv17_tv_state_load(struct drm_device *dev, struct nv17_tv_state *state);
130 static inline void nv_write_ptv(struct drm_device *dev, uint32_t reg, uint32_t val)
135 static inline uint32_t nv_read_ptv(struct drm_device *dev, uint32_t reg)
140 static inline void nv_write_tv_enc(struct drm_device *dev, uint8_t reg, uint8_t val)
146 static inline uint8_t nv_read_tv_enc(struct drm_device *dev, uint8_t reg)
H A Dnouveau_i2c.c34 struct drm_device *dev = i2c->dev;
45 struct drm_device *dev = i2c->dev;
56 struct drm_device *dev = i2c->dev;
65 struct drm_device *dev = i2c->dev;
74 struct drm_device *dev = i2c->dev;
85 struct drm_device *dev = i2c->dev;
96 struct drm_device *dev = i2c->dev;
105 struct drm_device *dev = i2c->dev;
114 struct drm_device *dev = i2c->dev;
124 struct drm_device *de
[all...]
H A Dnv30_fb.c33 calc_bias(struct drm_device *dev, int k, int i, int j)
44 calc_ref(struct drm_device *dev, int l, int k, int i)
58 nv30_fb_init(struct drm_device *dev)
93 nv30_fb_takedown(struct drm_device *dev)
H A Dnv50_gpio.c43 nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag)
60 nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state)
79 nv50_gpio_irq_enable(struct drm_device *dev, enum dcb_gpio_tag tag, bool on)
98 nv50_gpio_init(struct drm_device *dev)
H A Dnv40_fb.c7 nv40_fb_set_region_tiling(struct drm_device *dev, int i, uint32_t addr,
32 nv40_fb_init(struct drm_device *dev)
73 nv40_fb_takedown(struct drm_device *dev)
H A Dnv04_fifo.c47 nv04_fifo_disable(struct drm_device *dev)
59 nv04_fifo_enable(struct drm_device *dev)
66 nv04_fifo_reassign(struct drm_device *dev, bool enable)
75 nv04_fifo_cache_flush(struct drm_device *dev)
94 nv04_fifo_cache_pull(struct drm_device *dev, bool enable)
109 nv04_fifo_channel_id(struct drm_device *dev)
124 struct drm_device *dev = chan->dev;
159 struct drm_device *dev = chan->dev;
168 nv04_fifo_do_load_context(struct drm_device *dev, int chid)
205 nv04_fifo_unload_context(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h165 struct drm_device *dev;
288 static inline struct vmw_private *vmw_priv(struct drm_device *dev)
338 extern int vmw_context_destroy_ioctl(struct drm_device *dev, void *data,
340 extern int vmw_context_define_ioctl(struct drm_device *dev, void *data,
353 extern int vmw_surface_destroy_ioctl(struct drm_device *dev, void *data,
355 extern int vmw_surface_define_ioctl(struct drm_device *dev, void *data,
357 extern int vmw_surface_reference_ioctl(struct drm_device *dev, void *data,
368 extern int vmw_dmabuf_alloc_ioctl(struct drm_device *dev, void *data,
370 extern int vmw_dmabuf_unref_ioctl(struct drm_device *dev, void *data,
385 extern int vmw_stream_claim_ioctl(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h165 struct drm_device *dev;
288 static inline struct vmw_private *vmw_priv(struct drm_device *dev)
338 extern int vmw_context_destroy_ioctl(struct drm_device *dev, void *data,
340 extern int vmw_context_define_ioctl(struct drm_device *dev, void *data,
353 extern int vmw_surface_destroy_ioctl(struct drm_device *dev, void *data,
355 extern int vmw_surface_define_ioctl(struct drm_device *dev, void *data,
357 extern int vmw_surface_reference_ioctl(struct drm_device *dev, void *data,
368 extern int vmw_dmabuf_alloc_ioctl(struct drm_device *dev, void *data,
370 extern int vmw_dmabuf_unref_ioctl(struct drm_device *dev, void *data,
385 extern int vmw_stream_claim_ioctl(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnouveau_i2c.c34 struct drm_device *dev = i2c->dev;
45 struct drm_device *dev = i2c->dev;
56 struct drm_device *dev = i2c->dev;
65 struct drm_device *dev = i2c->dev;
74 struct drm_device *dev = i2c->dev;
85 struct drm_device *dev = i2c->dev;
96 struct drm_device *dev = i2c->dev;
105 struct drm_device *dev = i2c->dev;
114 struct drm_device *dev = i2c->dev;
124 struct drm_device *de
[all...]
H A Dnv30_fb.c33 calc_bias(struct drm_device *dev, int k, int i, int j)
44 calc_ref(struct drm_device *dev, int l, int k, int i)
58 nv30_fb_init(struct drm_device *dev)
93 nv30_fb_takedown(struct drm_device *dev)
H A Dnv50_gpio.c43 nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag)
60 nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state)
79 nv50_gpio_irq_enable(struct drm_device *dev, enum dcb_gpio_tag tag, bool on)
98 nv50_gpio_init(struct drm_device *dev)
H A Dnv40_fb.c7 nv40_fb_set_region_tiling(struct drm_device *dev, int i, uint32_t addr,
32 nv40_fb_init(struct drm_device *dev)
73 nv40_fb_takedown(struct drm_device *dev)
H A Dnv04_fifo.c47 nv04_fifo_disable(struct drm_device *dev)
59 nv04_fifo_enable(struct drm_device *dev)
66 nv04_fifo_reassign(struct drm_device *dev, bool enable)
75 nv04_fifo_cache_flush(struct drm_device *dev)
94 nv04_fifo_cache_pull(struct drm_device *dev, bool enable)
109 nv04_fifo_channel_id(struct drm_device *dev)
124 struct drm_device *dev = chan->dev;
159 struct drm_device *dev = chan->dev;
168 nv04_fifo_do_load_context(struct drm_device *dev, int chid)
205 nv04_fifo_unload_context(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i830/
H A Di830_drv.h129 extern int i830_irq_emit(struct drm_device *dev, void *data,
131 extern int i830_irq_wait(struct drm_device *dev, void *data,
135 extern void i830_driver_irq_preinstall(struct drm_device *dev);
136 extern void i830_driver_irq_postinstall(struct drm_device *dev);
137 extern void i830_driver_irq_uninstall(struct drm_device *dev);
138 extern int i830_driver_load(struct drm_device *, unsigned long flags);
139 extern void i830_driver_preclose(struct drm_device *dev,
141 extern void i830_driver_lastclose(struct drm_device *dev);
142 extern void i830_driver_reclaim_buffers_locked(struct drm_device *dev,
144 extern int i830_driver_dma_quiescent(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_drv.h129 extern int i830_irq_emit(struct drm_device *dev, void *data,
131 extern int i830_irq_wait(struct drm_device *dev, void *data,
135 extern void i830_driver_irq_preinstall(struct drm_device *dev);
136 extern void i830_driver_irq_postinstall(struct drm_device *dev);
137 extern void i830_driver_irq_uninstall(struct drm_device *dev);
138 extern int i830_driver_load(struct drm_device *, unsigned long flags);
139 extern void i830_driver_preclose(struct drm_device *dev,
141 extern void i830_driver_lastclose(struct drm_device *dev);
142 extern void i830_driver_reclaim_buffers_locked(struct drm_device *dev,
144 extern int i830_driver_dma_quiescent(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_auth.c44 * Searches in drm_device::magiclist within all files with the same hash key
45 * the one with matching magic number, while holding the drm_device::struct_mutex
53 struct drm_device *dev = master->minor->dev;
72 * associated the magic number hash key in drm_device::magiclist, while holding
73 * the drm_device::struct_mutex lock.
79 struct drm_device *dev = master->minor->dev;
101 * Searches and unlinks the entry in drm_device::magiclist with the magic
102 * number hash key, while holding the drm_device::struct_mutex lock.
108 struct drm_device *dev = master->minor->dev;
140 int drm_getmagic(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_auth.c44 * Searches in drm_device::magiclist within all files with the same hash key
45 * the one with matching magic number, while holding the drm_device::struct_mutex
53 struct drm_device *dev = master->minor->dev;
72 * associated the magic number hash key in drm_device::magiclist, while holding
73 * the drm_device::struct_mutex lock.
79 struct drm_device *dev = master->minor->dev;
101 * Searches and unlinks the entry in drm_device::magiclist with the magic
102 * number hash key, while holding the drm_device::struct_mutex lock.
108 struct drm_device *dev = master->minor->dev;
140 int drm_getmagic(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/via/
H A Dvia_mm.c36 int via_agp_init(struct drm_device *dev, void *data, struct drm_file *file_priv)
60 int via_fb_init(struct drm_device *dev, void *data, struct drm_file *file_priv)
86 int via_final_context(struct drm_device *dev, int context)
103 void via_lastclose(struct drm_device *dev)
117 int via_mem_alloc(struct drm_device *dev, void *data,
160 int via_mem_free(struct drm_device *dev, void *data, struct drm_file *file_priv)
175 void via_reclaim_buffers_locked(struct drm_device *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_mm.c36 int via_agp_init(struct drm_device *dev, void *data, struct drm_file *file_priv)
60 int via_fb_init(struct drm_device *dev, void *data, struct drm_file *file_priv)
86 int via_final_context(struct drm_device *dev, int context)
103 void via_lastclose(struct drm_device *dev)
117 int via_mem_alloc(struct drm_device *dev, void *data,
160 int via_mem_free(struct drm_device *dev, void *data, struct drm_file *file_priv)
175 void via_reclaim_buffers_locked(struct drm_device *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/r128/
H A Dr128_drv.h138 extern int r128_cce_init(struct drm_device *dev, void *data, struct drm_file *file_priv);
139 extern int r128_cce_start(struct drm_device *dev, void *data, struct drm_file *file_priv);
140 extern int r128_cce_stop(struct drm_device *dev, void *data, struct drm_file *file_priv);
141 extern int r128_cce_reset(struct drm_device *dev, void *data, struct drm_file *file_priv);
142 extern int r128_cce_idle(struct drm_device *dev, void *data, struct drm_file *file_priv);
143 extern int r128_engine_reset(struct drm_device *dev, void *data, struct drm_file *file_priv);
144 extern int r128_fullscreen(struct drm_device *dev, void *data, struct drm_file *file_priv);
145 extern int r128_cce_buffers(struct drm_device *dev, void *data, struct drm_file *file_priv);
147 extern void r128_freelist_reset(struct drm_device *dev);
152 extern int r128_do_cleanup_cce(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/r128/
H A Dr128_drv.h138 extern int r128_cce_init(struct drm_device *dev, void *data, struct drm_file *file_priv);
139 extern int r128_cce_start(struct drm_device *dev, void *data, struct drm_file *file_priv);
140 extern int r128_cce_stop(struct drm_device *dev, void *data, struct drm_file *file_priv);
141 extern int r128_cce_reset(struct drm_device *dev, void *data, struct drm_file *file_priv);
142 extern int r128_cce_idle(struct drm_device *dev, void *data, struct drm_file *file_priv);
143 extern int r128_engine_reset(struct drm_device *dev, void *data, struct drm_file *file_priv);
144 extern int r128_fullscreen(struct drm_device *dev, void *data, struct drm_file *file_priv);
145 extern int r128_cce_buffers(struct drm_device *dev, void *data, struct drm_file *file_priv);
147 extern void r128_freelist_reset(struct drm_device *dev);
152 extern int r128_do_cleanup_cce(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dradeon_gem.c153 int radeon_gem_info_ioctl(struct drm_device *dev, void *data,
169 int radeon_gem_pread_ioctl(struct drm_device *dev, void *data,
177 int radeon_gem_pwrite_ioctl(struct drm_device *dev, void *data,
185 int radeon_gem_create_ioctl(struct drm_device *dev, void *data,
212 int radeon_gem_set_domain_ioctl(struct drm_device *dev, void *data,
238 int radeon_gem_mmap_ioctl(struct drm_device *dev, void *data,
255 int radeon_gem_busy_ioctl(struct drm_device *dev, void *data,
286 int radeon_gem_wait_idle_ioctl(struct drm_device *dev, void *data,
307 int radeon_gem_set_tiling_ioctl(struct drm_device *dev, void *data,
325 int radeon_gem_get_tiling_ioctl(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/sis/
H A Dsis_mm.c85 static int sis_fb_init(struct drm_device *dev, void *data, struct drm_file *file_priv)
123 static int sis_drm_alloc(struct drm_device *dev, struct drm_file *file_priv,
166 static int sis_drm_free(struct drm_device *dev, void *data, struct drm_file *file_priv)
180 static int sis_fb_alloc(struct drm_device *dev, void *data,
186 static int sis_ioctl_agp_init(struct drm_device *dev, void *data,
212 static int sis_ioctl_agp_alloc(struct drm_device *dev, void *data,
219 static drm_local_map_t *sis_reg_init(struct drm_device *dev)
234 int sis_idle(struct drm_device *dev)
288 void sis_lastclose(struct drm_device *dev)
303 void sis_reclaim_buffers_locked(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Di915_trace.h143 TP_PROTO(struct drm_device *dev, u32 seqno),
163 TP_PROTO(struct drm_device *dev, u32 seqno,
189 TP_PROTO(struct drm_device *dev, u32 seqno),
208 TP_PROTO(struct drm_device *dev, u32 seqno),
215 TP_PROTO(struct drm_device *dev, u32 seqno),
222 TP_PROTO(struct drm_device *dev, u32 seqno),
229 TP_PROTO(struct drm_device *dev, u32 seqno),
236 TP_PROTO(struct drm_device *dev),
253 TP_PROTO(struct drm_device *dev),
260 TP_PROTO(struct drm_device *de
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_trace.h143 TP_PROTO(struct drm_device *dev, u32 seqno),
163 TP_PROTO(struct drm_device *dev, u32 seqno,
189 TP_PROTO(struct drm_device *dev, u32 seqno),
208 TP_PROTO(struct drm_device *dev, u32 seqno),
215 TP_PROTO(struct drm_device *dev, u32 seqno),
222 TP_PROTO(struct drm_device *dev, u32 seqno),
229 TP_PROTO(struct drm_device *dev, u32 seqno),
236 TP_PROTO(struct drm_device *dev),
253 TP_PROTO(struct drm_device *dev),
260 TP_PROTO(struct drm_device *de
[all...]

Completed in 218 milliseconds

1234567891011>>