forked from mirrors/linux
		
	-----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJcfzdFAAoJEAx081l5xIa+QxsP/A6QP+gx4vQ8XXikaJMNz89e
 59TAbXHW/2qFMHRtUesuB2bc1a2cw2ppFsrryG7c4HqjKDDHna7Yx2JzZYL0MmNh
 SpJYL4yMuu/2TmyCouaAYzzP+5Supdosfif4LRn3269DH0i5MWXL+NVrbeB47blG
 XwjQTu46yfn06IFAo5bI2jMqSuPCDd4Hzpyixpvmjt+r16XwoH5nGUrDCHG8t/jV
 +PUZCYAjn71in6Z66MKZv/EVCVFfTnaVJ2KEgw7e+vWxnERkRh/xnRO6KIXMD5O1
 vo2qc2vbxkGpjaE6pDzC/2e5pRJT8Ks0t50jYjbVF+6nHpP5XIPvAXH4R2QdTA7B
 Jiu8N0oz6wj0H3AJ/V38rEHWW8zgOfXkhbRBfmfQ9NfgiEfwxqCVgspIOwei4oVw
 hvMXYUBM1CU+JIfW6w7ZT4oHALUlnCpnr5DQRdCNRm8zjClyNfIAoJIJrOtqmX44
 qjEzSgxb89ZtS7c0yislSBaovgAmcM3I+aq5I4xokdY0hFEZ6QomuKunyuQ8pBYa
 3gsvMEReLxETffhhYpjBt5+b5IgB49nf3Y38CKFurv32Sp0p0YgK0qVo8qRQHclj
 QIJ+3+zQMCX20swYpCWXhOPUIwtQppdKhWzg12my8rL2VgTlYhjlEbL4EL+Wk+hv
 6Ipulthzn0RyrSK9Dojh
 =GlRQ
 -----END PGP SIGNATURE-----
Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drm
Pull drm updates from Dave Airlie:
 "This is the main drm pull request for the 5.1 merge window.
  The big changes I'd highlight are:
   - nouveau has HMM support now, there is finally an in-tree user so we
     can quieten down the rip it out people.
   - i915 now enables fastboot by default on Skylake+
   - Displayport Multistream support has been refactored and should
     hopefully be more reliable.
  Core:
   - header cleanups aiming towards removing drmP.h
   - dma-buf fence seqnos to 64-bits
   - common helper for DP mst hotplug for radeon,i915,amdgpu + new
     refcounting scheme
   - MST i2c improvements
   - drm_syncobj_cb removal
   - ARM FB compression fourcc
   - P010 + P016 fourcc
   - allwinner tiled format modifier
   - i2c over aux I2C_M_STOP support
   - DRM_AUTH handling fixes
  TTM:
   - ref/unref renaming
  New driver:
   - ARM komeda display driver
  scheduler:
   - refactor mirror list handling
   - rework hw fence processing
   - 0 run queue entity fix
  bridge:
   - TI DS90C185 LVDS bridge
   - thc631lvdm83d bridge improvements
   - cadence + allwinner DSI ported to generic phy
  panels:
   - Sitronix ST7701 panel
   - Kingdisplay KD097D04
   - LeMaker BL035-RGB-002
   - PDA 91-00156-A0
   - Innolux EE101IA-01D
  i915:
   - Enable fastboot by default on SKL+/VLV/CHV
   - Export RPCS configuration for ICL media driver
   - Coffelake PCI ID
   - CNL clocks setup fixes
   - ACPI/PMIC support for MIPI/DSI
   - Per-engine WA init for all engines
   - Shrinker locking fixes
   - Kerneldoc updates
   - Lots of ring improvements and reset fixes
   - Coffeelake GVT Support
   - VFIO GVT EDID Region support
   - runtime PM wakeref tracking
   - ILK->IVB primary plane enable delays
   - userptr mutex locking fixes
   - DSI fixes
   - LVDS/TV cleanups
   - HW readout fixes
   - LUT robustness fixes
   - ICL display and watermark fixes
   - gem mmap race fix
  amdgpu:
   - add scheduled dependencies interface
   - DCC on scanout surfaces
   - vega10/20 BACO support
   - Multiple IH rings on soc15
   - XGMI locking fixes
   - DC i2c/aux cleanups
   - runtime SMU debug interface
   - Kexec improvmeents
   - SR-IOV fixes
   - DC freesync + ABM fixes
   - GDS fixes
   - GPUVM fixes
   - vega20 PCIE DPM switching fixes
   - Context priority handling fixes
  radeon:
   - fix missing break in evergreen parser
  nouveau:
   - SVM support via HMM
  msm:
   - QCOM Compressed modifier support
  exynos:
   - s5pv210 rotator support
  imx:
   - zpos property support
   - pending update fixes
  v3d:
   - cache flush improvments
  vc4:
   - reflection support
   - HDMI overscan support
  tegra:
   - CEC refactoring
   - HDMI audio fixes
   - Tegra186 prep work
   - SOR crossbar device tree fixes
  sun4i:
   - implicit fencing support
   - YUV and scalar support improvements
   - A23 support
   - tiling fixes
  atmel-hlcdc:
   - clipping and rotation property fixes
  qxl:
   - BO and PRIME improvements
   - generic fbdev emulation
  dw-hdmi:
   - HDMI 2.0 2160p
   - YUV420 ouput
  rockchip:
   - implicit fencing support
   - reflection proerties
  virtio-gpu:
   - use generic fbdev emulation
  tilcdc:
   - cpufreq vs crtc init fix
  rcar-du:
   - R8A774C0 support
   - D3/E3 RGB output routing fixes and DPAD0 support
   - RA87744 LVDS support
  bochs:
   - atomic and generic fbdev emulation
   - ID mismatch error on bochs load
  meson:
   - remove firmware fbs"
* tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drm: (1130 commits)
  drm/amd/display: Use vrr friendly pageflip throttling in DC.
  drm/imx: only send commit done event when all state has been applied
  drm/imx: allow building under COMPILE_TEST
  drm/imx: imx-tve: depend on COMMON_CLK
  drm/imx: ipuv3-plane: add zpos property
  drm/imx: ipuv3-plane: add function to query atomic update status
  gpu: ipu-v3: prg: add function to get channel configure status
  gpu: ipu-v3: pre: add double buffer status readback
  drm/amdgpu: Bump amdgpu version for context priority override.
  drm/amdgpu/powerplay: fix typo in BACO header guards
  drm/amdgpu/powerplay: fix return codes in BACO code
  drm/amdgpu: add missing license on baco files
  drm/bochs: Fix the ID mismatch error
  drm/nouveau/dmem: use dma addresses during migration copies
  drm/nouveau/dmem: use physical vram addresses during migration copies
  drm/nouveau/dmem: extend copy function to allow direct use of physical addresses
  drm/nouveau/svm: new ioctl to migrate process memory to GPU memory
  drm/nouveau/dmem: device memory helpers for SVM
  drm/nouveau/svm: initial support for shared virtual memory
  drm/nouveau: prepare for enabling svm with existing userspace interfaces
  ...
		
	
			
		
			
				
	
	
		
			103 lines
		
	
	
	
		
			3.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			103 lines
		
	
	
	
		
			3.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Internal Header for the Direct Rendering Manager
 | 
						|
 *
 | 
						|
 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
 | 
						|
 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 | 
						|
 * Copyright (c) 2009-2010, Code Aurora Forum.
 | 
						|
 * All rights reserved.
 | 
						|
 *
 | 
						|
 * Author: Rickard E. (Rik) Faith <faith@valinux.com>
 | 
						|
 * Author: Gareth Hughes <gareth@valinux.com>
 | 
						|
 *
 | 
						|
 * Permission is hereby granted, free of charge, to any person obtaining a
 | 
						|
 * copy of this software and associated documentation files (the "Software"),
 | 
						|
 * to deal in the Software without restriction, including without limitation
 | 
						|
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 | 
						|
 * and/or sell copies of the Software, and to permit persons to whom the
 | 
						|
 * Software is furnished to do so, subject to the following conditions:
 | 
						|
 *
 | 
						|
 * The above copyright notice and this permission notice (including the next
 | 
						|
 * paragraph) shall be included in all copies or substantial portions of the
 | 
						|
 * Software.
 | 
						|
 *
 | 
						|
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
						|
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
						|
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 | 
						|
 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 | 
						|
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 | 
						|
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 | 
						|
 * OTHER DEALINGS IN THE SOFTWARE.
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _DRM_P_H_
 | 
						|
#define _DRM_P_H_
 | 
						|
 | 
						|
#include <linux/agp_backend.h>
 | 
						|
#include <linux/cdev.h>
 | 
						|
#include <linux/dma-mapping.h>
 | 
						|
#include <linux/file.h>
 | 
						|
#include <linux/fs.h>
 | 
						|
#include <linux/highmem.h>
 | 
						|
#include <linux/idr.h>
 | 
						|
#include <linux/init.h>
 | 
						|
#include <linux/io.h>
 | 
						|
#include <linux/jiffies.h>
 | 
						|
#include <linux/kernel.h>
 | 
						|
#include <linux/kref.h>
 | 
						|
#include <linux/miscdevice.h>
 | 
						|
#include <linux/mm.h>
 | 
						|
#include <linux/mutex.h>
 | 
						|
#include <linux/platform_device.h>
 | 
						|
#include <linux/poll.h>
 | 
						|
#include <linux/ratelimit.h>
 | 
						|
#include <linux/sched.h>
 | 
						|
#include <linux/slab.h>
 | 
						|
#include <linux/types.h>
 | 
						|
#include <linux/vmalloc.h>
 | 
						|
#include <linux/workqueue.h>
 | 
						|
#include <linux/dma-fence.h>
 | 
						|
#include <linux/module.h>
 | 
						|
#include <linux/mman.h>
 | 
						|
#include <asm/pgalloc.h>
 | 
						|
#include <linux/uaccess.h>
 | 
						|
 | 
						|
#include <uapi/drm/drm.h>
 | 
						|
#include <uapi/drm/drm_mode.h>
 | 
						|
 | 
						|
#include <drm/drm_agpsupport.h>
 | 
						|
#include <drm/drm_crtc.h>
 | 
						|
#include <drm/drm_fourcc.h>
 | 
						|
#include <drm/drm_hashtab.h>
 | 
						|
#include <drm/drm_mm.h>
 | 
						|
#include <drm/drm_os_linux.h>
 | 
						|
#include <drm/drm_sarea.h>
 | 
						|
#include <drm/drm_drv.h>
 | 
						|
#include <drm/drm_prime.h>
 | 
						|
#include <drm/drm_print.h>
 | 
						|
#include <drm/drm_pci.h>
 | 
						|
#include <drm/drm_file.h>
 | 
						|
#include <drm/drm_debugfs.h>
 | 
						|
#include <drm/drm_ioctl.h>
 | 
						|
#include <drm/drm_sysfs.h>
 | 
						|
#include <drm/drm_vblank.h>
 | 
						|
#include <drm/drm_irq.h>
 | 
						|
#include <drm/drm_device.h>
 | 
						|
 | 
						|
struct module;
 | 
						|
 | 
						|
struct device_node;
 | 
						|
struct videomode;
 | 
						|
struct reservation_object;
 | 
						|
struct dma_buf_attachment;
 | 
						|
 | 
						|
struct pci_dev;
 | 
						|
struct pci_controller;
 | 
						|
 | 
						|
/*
 | 
						|
 * NOTE: drmP.h is obsolete - do NOT add anything to this file
 | 
						|
 *
 | 
						|
 * Do not include drmP.h in new files.
 | 
						|
 * Work is ongoing to remove drmP.h includes from existing files
 | 
						|
 */
 | 
						|
 | 
						|
#endif
 |