Align whitespace with master
parent
c5aaf7648d
commit
6ac742d95d
|
@ -151,8 +151,8 @@ typedef struct _drm_i915_sarea {
|
||||||
#define DRM_I915_DESTROY_HEAP 0x0c
|
#define DRM_I915_DESTROY_HEAP 0x0c
|
||||||
#define DRM_I915_SET_VBLANK_PIPE 0x0d
|
#define DRM_I915_SET_VBLANK_PIPE 0x0d
|
||||||
#define DRM_I915_GET_VBLANK_PIPE 0x0e
|
#define DRM_I915_GET_VBLANK_PIPE 0x0e
|
||||||
#define DRM_I915_VBLANK_SWAP 0x0f
|
#define DRM_I915_VBLANK_SWAP 0x0f
|
||||||
#define DRM_I915_MMIO 0x10
|
#define DRM_I915_MMIO 0x10
|
||||||
|
|
||||||
#define DRM_IOCTL_I915_INIT DRM_IOW( DRM_COMMAND_BASE + DRM_I915_INIT, drm_i915_init_t)
|
#define DRM_IOCTL_I915_INIT DRM_IOW( DRM_COMMAND_BASE + DRM_I915_INIT, drm_i915_init_t)
|
||||||
#define DRM_IOCTL_I915_FLUSH DRM_IO ( DRM_COMMAND_BASE + DRM_I915_FLUSH)
|
#define DRM_IOCTL_I915_FLUSH DRM_IO ( DRM_COMMAND_BASE + DRM_I915_FLUSH)
|
||||||
|
@ -171,6 +171,7 @@ typedef struct _drm_i915_sarea {
|
||||||
#define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i915_vblank_pipe_t)
|
#define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i915_vblank_pipe_t)
|
||||||
#define DRM_IOCTL_I915_VBLANK_SWAP DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_VBLANK_SWAP, drm_i915_vblank_swap_t)
|
#define DRM_IOCTL_I915_VBLANK_SWAP DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_VBLANK_SWAP, drm_i915_vblank_swap_t)
|
||||||
|
|
||||||
|
|
||||||
/* Allow drivers to submit batchbuffers directly to hardware, relying
|
/* Allow drivers to submit batchbuffers directly to hardware, relying
|
||||||
* on the security mechanisms provided by hardware.
|
* on the security mechanisms provided by hardware.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue