drm linux 内核,Linux内核DRM实现分析——基于i915

static struct drm_driver driver = {

/* don't use mtrr's here, the Xserver or user space app should

* deal with them for intel hardware.

*/

.driver_features =

DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | /* DRIVER_USE_MTRR |*/

DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM,

.load = i915_driver_load,

.unload = i915_driver_unload,

.open = i915_driver_open,

.lastclose = i915_driver_lastclose,

.preclose = i915_driver_preclose,

.postclose = i915_driver_postclose,

.suspend = i915_suspend,

.resume = i915_resume,

.device_is_agp = i915_driver_device_is_agp,

.enable_vblank = i915_enable_vblank,

.disable_vblank = i915_disable_vblank,

.irq_preinstall = i915_driver_irq_preinstall,

.irq_postinstall = i915_driver_irq_postinstall,

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值