aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index 8d432e6901af..81bd964d3dfc 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -53,7 +53,7 @@ struct amdgpu_hpd;
#define AMDGPU_MAX_HPD_PINS 6
#define AMDGPU_MAX_CRTCS 6
-#define AMDGPU_MAX_AFMT_BLOCKS 7
+#define AMDGPU_MAX_AFMT_BLOCKS 9
enum amdgpu_rmx_type {
RMX_OFF,
@@ -309,8 +309,8 @@ struct amdgpu_mode_info {
struct atom_context *atom_context;
struct card_info *atom_card_info;
bool mode_config_initialized;
- struct amdgpu_crtc *crtcs[6];
- struct amdgpu_afmt *afmt[7];
+ struct amdgpu_crtc *crtcs[AMDGPU_MAX_CRTCS];
+ struct amdgpu_afmt *afmt[AMDGPU_MAX_AFMT_BLOCKS];
/* DVI-I properties */
struct drm_property *coherent_mode_property;
/* DAC enable load detect */
17:27:26 -0700'>2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko3-20/+11 2017-09-06mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko1-7/+2 2017-09-06mm, page_alloc: simplify zonelist initializationMichal Hocko1-40/+41 2017-09-06mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko1-7/+0 2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko5-17/+11 2017-09-06mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko1-4/+2 2017-09-06mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko1-18/+22 2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko5-166/+28 2017-09-06zram: add config and doc file for writeback featureMinchan Kim3-0/+31 2017-09-06zram: read page from backing deviceMinchan Kim1-5/+118 2017-09-06zram: write incompressible pages to backing deviceMinchan Kim2-13/+103 2017-09-06zram: identify asynchronous IO's return valueMinchan Kim1-8/+24 2017-09-06zram: add free space management in backing deviceMinchan Kim2-1/+50 2017-09-06zram: add interface to specif backing deviceMinchan Kim2-0/+147 2017-09-06zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim1-3/+3 2017-09-06zram: inline zram_compressMinchan Kim1-42/+22 2017-09-06zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim1-33/+23 2017-09-06mm, memory_hotplug: remove zone restrictionsMichal Hocko2-54/+23 2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko3-43/+65 2017-09-06mm/memory_hotplug: just build zonelist for newly added nodeWei Yang1-5/+9 2017-09-06drm/i915: wire up shrinkctl->nr_scannedChris Wilson5-11/+24 2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson2-3/+11 2017-09-06mm/slub.c: add a naive detection of double free or corruptionAlexander Popov1-0/+4 2017-09-06mm: add SLUB free list pointer obfuscationKees Cook3-5/+50 2017-09-06slub: tidy up initialization orderingAlexander Potapenko1-2/+2 2017-09-06ocfs2: clean up some dead codeJun Piao12-71/+19 2017-09-06ocfs2: make ocfs2_set_acl() staticJan Kara2-8/+1 2017-09-06modpost: simplify sec_name()Masahiro Yamada1-16/+11 2017-09-06dax: initialize variable pfn before using itNicolas Iooss1-1/+1 2017-09-06dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler1-7/+4 2017-09-06dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler1-0/+5 2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2-41/+34 2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler3-14/+3 2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler7-235/+86 2017-09-06dax: relocate some dax functionsRoss Zwisler1-69/+69 2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler2-7/+45 2017-09-06metag/numa: remove the unused parent_node() macroDou Liyang1-1/+0 2017-09-04alpha: math-emu: Fix modular buildBen Hutchings2-0/+3