Commit 4dc28134 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau: rename nouveau_drm.h to nouveau_drv.h

Fixes out-of-tree build issue where uapi/drm/nouveau_drm.h gets picked
up instead.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 7c10ddf8
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "hw.h" #include "hw.h"
......
...@@ -28,8 +28,9 @@ ...@@ -28,8 +28,9 @@
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include <drm/drm_plane_helper.h> #include <drm/drm_plane_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "nouveau_ttm.h"
#include "nouveau_bo.h" #include "nouveau_bo.h"
#include "nouveau_gem.h" #include "nouveau_gem.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
......
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_mode.h> #include <drm/drm_mode.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "nouveau_crtc.h" #include "nouveau_crtc.h"
#include "hw.h" #include "hw.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
#include "nouveau_connector.h" #include "nouveau_connector.h"
#include "nouveau_crtc.h" #include "nouveau_crtc.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
#include "nouveau_connector.h" #include "nouveau_connector.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "hw.h" #include "hw.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
......
#ifndef __NV04_DISPLAY_H__ #ifndef __NV04_DISPLAY_H__
#define __NV04_DISPLAY_H__ #define __NV04_DISPLAY_H__
#include <subdev/bios.h>
#include <subdev/bios/pll.h> #include <subdev/bios/pll.h>
#include "nouveau_display.h" #include "nouveau_display.h"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "hw.h" #include "hw.h"
#include <subdev/bios/pll.h> #include <subdev/bios/pll.h>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <drm/drm_crtc.h> #include <drm/drm_crtc.h>
#include <drm/drm_fourcc.h> #include <drm/drm_fourcc.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_bo.h" #include "nouveau_bo.h"
#include "nouveau_connector.h" #include "nouveau_connector.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
#include "nouveau_crtc.h" #include "nouveau_crtc.h"
#include "hw.h" #include "hw.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
#include "nouveau_connector.h" #include "nouveau_connector.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
#include "nouveau_connector.h" #include "nouveau_connector.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <nvif/cla06f.h> #include <nvif/cla06f.h>
#include <nvif/unpack.h> #include <nvif/unpack.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_gem.h" #include "nouveau_gem.h"
#include "nouveau_chan.h" #include "nouveau_chan.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <drm/drm_edid.h> #include <drm/drm_edid.h>
#include <acpi/video.h> #include <acpi/video.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_acpi.h" #include "nouveau_acpi.h"
#define NOUVEAU_DSM_LED 0x02 #define NOUVEAU_DSM_LED 0x02
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <linux/backlight.h> #include <linux/backlight.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "dispnv04/hw.h" #include "dispnv04/hw.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/swiotlb.h> #include <linux/swiotlb.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fence.h" #include "nouveau_fence.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
/*XXX*/ /*XXX*/
#include <core/client.h> #include <core/client.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_bo.h" #include "nouveau_bo.h"
#include "nouveau_chan.h" #include "nouveau_chan.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "nouveau_reg.h" #include "nouveau_reg.h"
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "dispnv04/hw.h" #include "dispnv04/hw.h"
#include "nouveau_acpi.h" #include "nouveau_acpi.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <nvif/class.h> #include <nvif/class.h>
#include <nvif/if0001.h> #include <nvif/if0001.h>
#include "nouveau_debugfs.h" #include "nouveau_debugfs.h"
#include "nouveau_drm.h" #include "nouveau_drv.h"
static int static int
nouveau_debugfs_vbios_image(struct seq_file *m, void *data) nouveau_debugfs_vbios_image(struct seq_file *m, void *data)
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#if defined(CONFIG_DEBUG_FS) #if defined(CONFIG_DEBUG_FS)
#include "nouveau_drm.h" #include "nouveau_drv.h"
struct nouveau_debugfs { struct nouveau_debugfs {
struct nvif_object ctrl; struct nvif_object ctrl;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <subdev/mmu.h> #include <subdev/mmu.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
struct nouveau_framebuffer { struct nouveau_framebuffer {
struct drm_framebuffer base; struct drm_framebuffer base;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* *
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
void void
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_dp_helper.h> #include <drm/drm_dp_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_connector.h" #include "nouveau_connector.h"
#include "nouveau_encoder.h" #include "nouveau_encoder.h"
#include "nouveau_crtc.h" #include "nouveau_crtc.h"
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include <nvif/cla06f.h> #include <nvif/cla06f.h>
#include <nvif/if0004.h> #include <nvif/if0004.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_ttm.h" #include "nouveau_ttm.h"
#include "nouveau_gem.h" #include "nouveau_gem.h"
......
#ifndef __NOUVEAU_DRMCLI_H__ #ifndef __NOUVEAU_DRV_H__
#define __NOUVEAU_DRMCLI_H__ #define __NOUVEAU_DRV_H__
#define DRIVER_AUTHOR "Nouveau Project" #define DRIVER_AUTHOR "Nouveau Project"
#define DRIVER_EMAIL "nouveau@lists.freedesktop.org" #define DRIVER_EMAIL "nouveau@lists.freedesktop.org"
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include <drm/drm_fb_helper.h> #include <drm/drm_fb_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_gem.h" #include "nouveau_gem.h"
#include "nouveau_bo.h" #include "nouveau_bo.h"
#include "nouveau_fbcon.h" #include "nouveau_fbcon.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <nvif/notify.h> #include <nvif/notify.h>
#include <nvif/event.h> #include <nvif/event.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fence.h" #include "nouveau_fence.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* *
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fence.h" #include "nouveau_fence.h"
#include "nouveau_abi16.h" #include "nouveau_abi16.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_bo.h" #include "nouveau_bo.h"
#define nouveau_bo_tile_layout(nvbo) \ #define nouveau_bo_tile_layout(nvbo) \
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_hwmon.h" #include "nouveau_hwmon.h"
#include <nvkm/subdev/iccsense.h> #include <nvkm/subdev/iccsense.h>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <nvif/event.h> #include <nvif/event.h>
#include <nvif/ioctl.h> #include <nvif/ioctl.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_usif.h" #include "nouveau_usif.h"
static void static void
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
*/ */
#ifndef __NOUVEAU_PLATFORM_H__ #ifndef __NOUVEAU_PLATFORM_H__
#define __NOUVEAU_PLATFORM_H__ #define __NOUVEAU_PLATFORM_H__
#include "nouveau_drm.h" #include "nouveau_drv.h"
extern struct platform_driver nouveau_platform_driver; extern struct platform_driver nouveau_platform_driver;
#endif #endif
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <linux/dma-buf.h> #include <linux/dma-buf.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_gem.h" #include "nouveau_gem.h"
struct sg_table *nouveau_gem_prime_get_sg_table(struct drm_gem_object *obj) struct sg_table *nouveau_gem_prime_get_sg_table(struct drm_gem_object *obj)
......
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/slab.h> #include <linux/slab.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_ttm.h" #include "nouveau_ttm.h"
struct nouveau_sgdma_be { struct nouveau_sgdma_be {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_ttm.h" #include "nouveau_ttm.h"
#include "nouveau_gem.h" #include "nouveau_gem.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Authors: Ben Skeggs <bskeggs@redhat.com> * Authors: Ben Skeggs <bskeggs@redhat.com>
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_usif.h" #include "nouveau_usif.h"
#include "nouveau_abi16.h" #include "nouveau_abi16.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_acpi.h" #include "nouveau_acpi.h"
#include "nouveau_fbcon.h" #include "nouveau_fbcon.h"
#include "nouveau_vga.h" #include "nouveau_vga.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* DEALINGS IN THE SOFTWARE. * DEALINGS IN THE SOFTWARE.
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fbcon.h" #include "nouveau_fbcon.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Authors: Ben Skeggs * Authors: Ben Skeggs
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fence.h" #include "nouveau_fence.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Authors: Ben Skeggs <bskeggs@redhat.com> * Authors: Ben Skeggs <bskeggs@redhat.com>
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nv10_fence.h" #include "nv10_fence.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <nvif/class.h> #include <nvif/class.h>
#include <nvif/cl0002.h> #include <nvif/cl0002.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nv10_fence.h" #include "nv10_fence.h"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <nvif/cl507d.h> #include <nvif/cl507d.h>
#include <nvif/cl507e.h> #include <nvif/cl507e.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_gem.h" #include "nouveau_gem.h"
#include "nouveau_connector.h" #include "nouveau_connector.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Authors: Ben Skeggs * Authors: Ben Skeggs
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fbcon.h" #include "nouveau_fbcon.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <nvif/class.h> #include <nvif/class.h>
#include <nvif/cl0002.h> #include <nvif/cl0002.h>
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nv10_fence.h" #include "nv10_fence.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Authors: Ben Skeggs * Authors: Ben Skeggs
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fence.h" #include "nouveau_fence.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Authors: Ben Skeggs * Authors: Ben Skeggs
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fbcon.h" #include "nouveau_fbcon.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Authors: Ben Skeggs * Authors: Ben Skeggs
*/ */
#include "nouveau_drm.h" #include "nouveau_drv.h"
#include "nouveau_dma.h" #include "nouveau_dma.h"
#include "nouveau_fence.h" #include "nouveau_fence.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment