[PATCH v3 0/4] Refine the mmio switch code

changbin.du at intel.com changbin.du at intel.com
Fri Dec 8 06:56:19 UTC 2017


From: Changbin Du <changbin.du at intel.com>

Refine the code for coming icl enabling change.

Changbin Du (4):
  drm/i915/gvt: Refine the ring mmio list definition
  drm/i915/gvt: Select appropriate mmio list at initialization time
  drm/i915/gvt: Remove MMIO barrier in MMIO switch
  drm/i915/gvt: Rename file render.{c,h} to mmio_context.{c,h}

 drivers/gpu/drm/i915/gvt/Makefile                  |   2 +-
 drivers/gpu/drm/i915/gvt/gvt.c                     |   2 +
 drivers/gpu/drm/i915/gvt/gvt.h                     |   4 +-
 .../gpu/drm/i915/gvt/{render.c => mmio_context.c}  | 262 ++++++++++-----------
 .../gpu/drm/i915/gvt/{render.h => mmio_context.h}  |   9 +
 5 files changed, 144 insertions(+), 135 deletions(-)
 rename drivers/gpu/drm/i915/gvt/{render.c => mmio_context.c} (53%)
 rename drivers/gpu/drm/i915/gvt/{render.h => mmio_context.h} (91%)

-- 
2.7.4



More information about the intel-gvt-dev mailing list