Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6084 → Rev 6937

/drivers/video/drm/i915/i915_vgpu.h
92,14 → 92,10
uint32_t g2v_notify;
uint32_t rsv6[7];
 
uint32_t pdp0_lo;
uint32_t pdp0_hi;
uint32_t pdp1_lo;
uint32_t pdp1_hi;
uint32_t pdp2_lo;
uint32_t pdp2_hi;
uint32_t pdp3_lo;
uint32_t pdp3_hi;
struct {
uint32_t lo;
uint32_t hi;
} pdp[4];
 
uint32_t execlist_context_descriptor_lo;
uint32_t execlist_context_descriptor_hi;
108,7 → 104,7
} __packed;
 
#define vgtif_reg(x) \
(VGT_PVINFO_PAGE + (long)&((struct vgt_if *)NULL)->x)
_MMIO((VGT_PVINFO_PAGE + (long)&((struct vgt_if *)NULL)->x))
 
/* vGPU display status to be used by the host side */
#define VGT_DRV_DISPLAY_NOT_READY 0