disp.c (da68386d9edb1f57abf886febe5c5169ebd4d2c9) disp.c (644edf52b6305506ba7fd552323c1dfaa9cf6d8d)
1/*
2 * Copyright 2011 Red Hat Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 20 unchanged lines hidden (view full) ---

29#include "handles.h"
30
31#include <linux/dma-mapping.h>
32#include <linux/hdmi.h>
33#include <linux/component.h>
34#include <linux/iopoll.h>
35
36#include <drm/display/drm_dp_helper.h>
1/*
2 * Copyright 2011 Red Hat Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 20 unchanged lines hidden (view full) ---

29#include "handles.h"
30
31#include <linux/dma-mapping.h>
32#include <linux/hdmi.h>
33#include <linux/component.h>
34#include <linux/iopoll.h>
35
36#include <drm/display/drm_dp_helper.h>
37#include <drm/display/drm_scdc_helper.h>
37#include <drm/drm_atomic.h>
38#include <drm/drm_atomic_helper.h>
39#include <drm/drm_edid.h>
40#include <drm/drm_fb_helper.h>
41#include <drm/drm_plane_helper.h>
42#include <drm/drm_probe_helper.h>
38#include <drm/drm_atomic.h>
39#include <drm/drm_atomic_helper.h>
40#include <drm/drm_edid.h>
41#include <drm/drm_fb_helper.h>
42#include <drm/drm_plane_helper.h>
43#include <drm/drm_probe_helper.h>
43#include <drm/drm_scdc_helper.h>
44#include <drm/drm_vblank.h>
45
46#include <nvif/push507c.h>
47
48#include <nvif/class.h>
49#include <nvif/cl0002.h>
50#include <nvif/cl5070.h>
51#include <nvif/cl507d.h>

--- 2870 unchanged lines hidden ---
44#include <drm/drm_vblank.h>
45
46#include <nvif/push507c.h>
47
48#include <nvif/class.h>
49#include <nvif/cl0002.h>
50#include <nvif/cl5070.h>
51#include <nvif/cl507d.h>

--- 2870 unchanged lines hidden ---