New driver:
Cadence MHDP8546 DisplayPort bridge driver
core:
- cross-driver scatterlist cleanups
- devm_drm conversions
- remove drm_dev_init
- devm_drm_dev_alloc conversion
ttm:
- lots of refactoring and cleanups
bridges:
- chained bridge support in more drivers
panel:
- misc new panels
scheduler:
- cleanup priority levels
displayport:
- refactor i915 code into helpers for nouveau
i915:
- split into display and GT trees
- WW locking refactoring in GEM
- execbuf2 extension mechanism
- syncobj timeline support
- GEN 12 HOBL display powersaving
- Rocket Lake display additions
- Disable FBC on Tigerlake
- Tigerlake Type-C + DP improvements
- Hotplug interrupt refactoring
amdgpu:
- Sienna Cichlid updates
- Navy Flounder updates
- DCE6 (SI) support for DC
- Plane rotation enabled
- TMZ state info ioctl
- PCIe DPC recovery support
- DC interrupt handling refactor
- OLED panel fixes
amdkfd:
- add SMI events for thermal throttling
- SMI interface events ioctl update
- process eviction counters
radeon:
- move to dma_ for allocations
- expose sclk via sysfs
msm:
- DSI support for sm8150/sm8250
- per-process GPU pagetable support
- Displayport support
mediatek:
- move HDMI phy driver to PHY
- convert mtk-dpi to bridge API
- disable mt2701 tmds
tegra:
- bridge support
exynos:
- misc cleanups
vc4:
- dual display cleanups
ast:
- cleanups
gma500:
- conversion to GPIOd API
hisilicon:
- misc reworks
ingenic:
- clock handling and format improvements
mcde:
- DSI support
mgag200:
- desktop g200 support
mxsfb:
- i.MX7 + i.MX8M
- alpha plane support
panfrost:
- devfreq support
- amlogic SoC support
ps8640:
- EDID from eDP retrieval
tidss:
- AM65xx YUV workaround
virtio:
- virtio-gpu exported resources
rcar-du:
- R8A7742, R8A774E1 and R8A77961 support
- YUV planar format fixes
- non-visible plane handling
- VSP device reference count fix
- Kconfig fix to avoid displaying disabled options in .config
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJfh579AAoJEAx081l5xIa+GqoP/0amz+ZN7y/L7+f32CRinJ7/
3e4xjXNDmtWG4Whe/WKjlYmbAcvSdWV/4HYpurW2BFJnOAB/5lIqYcS/PyqErPzA
w4EpRoJ+ZdFgmlDH0vdsDwPLT/HFmhUN9AopNkoZpbSMxrManSj5QgmePXyiKReP
Q+ZAK5UW5AdOVY4bgXUSEkVq2eilCLXf+bSBR/LrVQuNgu7GULX8SIy/Y1CuMtv8
LgzzjLKfIZaIWC+F/RU7BxJ7YnrVq7z7yXnUx8j2416+k/Wwe+BeSUCSZstT7q9G
UkX8jWfR7ZKqhwP+UQeSwDbHkALz7lv88nyjQdxJZ3SrXRe4hy14YjxnR4maeNAj
3TAYSdcAMWyRHqeEZIZ7Hj5sQtTq5OZAoIjxzH3vpVdAnnAkcWoF77pqxV8XPqTC
nw40DihAxQOshGwMkjd5DqkEwnMv43Hs1WTVYu9dPTOfOdqPNt+Vqp7Xl9Z46+kV
k6PDcx60T9ayDW1QZ6MoIXHta9E7ixzu7gYBL3vP4LuporY0uNG3bzF3CMvof1BK
sHYcYTdZkqbTD2d6rHV+TbpPQXgTtlej9qVlQM4SeX37Xtc7LxCYpnpUHKz2S/fK
1vyeGPgdytHblwlxwZOPZ4R2I/HTfnITdr4kMcJHhxAsEewfW1Rd4+stQqVJ2Mph
Vz+CFP2BngivGFz5vuky
=4H8J
-----END PGP SIGNATURE-----
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Pull drm updates from Dave Airlie:
"Not a major amount of change, the i915 trees got split into display
and gt trees to better facilitate higher level review, and there's a
major refactoring of i915 GEM locking to use more core kernel concepts
(like ww-mutexes). msm gets per-process pagetables, older AMD SI cards
get DC support, nouveau got a bump in displayport support with common
code extraction from i915.
Outside of drm this contains a couple of patches for hexint
moduleparams which you've acked, and a virtio common code tree that
you should also get via it's regular path.
New driver:
- Cadence MHDP8546 DisplayPort bridge driver
core:
- cross-driver scatterlist cleanups
- devm_drm conversions
- remove drm_dev_init
- devm_drm_dev_alloc conversion
ttm:
- lots of refactoring and cleanups
bridges:
- chained bridge support in more drivers
panel:
- misc new panels
scheduler:
- cleanup priority levels
displayport:
- refactor i915 code into helpers for nouveau
i915:
- split into display and GT trees
- WW locking refactoring in GEM
- execbuf2 extension mechanism
- syncobj timeline support
- GEN 12 HOBL display powersaving
- Rocket Lake display additions
- Disable FBC on Tigerlake
- Tigerlake Type-C + DP improvements
- Hotplug interrupt refactoring
amdgpu:
- Sienna Cichlid updates
- Navy Flounder updates
- DCE6 (SI) support for DC
- Plane rotation enabled
- TMZ state info ioctl
- PCIe DPC recovery support
- DC interrupt handling refactor
- OLED panel fixes
amdkfd:
- add SMI events for thermal throttling
- SMI interface events ioctl update
- process eviction counters
radeon:
- move to dma_ for allocations
- expose sclk via sysfs
msm:
- DSI support for sm8150/sm8250
- per-process GPU pagetable support
- Displayport support
mediatek:
- move HDMI phy driver to PHY
- convert mtk-dpi to bridge API
- disable mt2701 tmds
tegra:
- bridge support
exynos:
- misc cleanups
vc4:
- dual display cleanups
ast:
- cleanups
gma500:
- conversion to GPIOd API
hisilicon:
- misc reworks
ingenic:
- clock handling and format improvements
mcde:
- DSI support
mgag200:
- desktop g200 support
mxsfb:
- i.MX7 + i.MX8M
- alpha plane support
panfrost:
- devfreq support
- amlogic SoC support
ps8640:
- EDID from eDP retrieval
tidss:
- AM65xx YUV workaround
virtio:
- virtio-gpu exported resources
rcar-du:
- R8A7742, R8A774E1 and R8A77961 support
- YUV planar format fixes
- non-visible plane handling
- VSP device reference count fix
- Kconfig fix to avoid displaying disabled options in .config"
* tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm: (1494 commits)
drm/ingenic: Fix bad revert
drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init
drm/amdgpu: Remove warning for virtual_display
drm/amdgpu: kfd_initialized can be static
drm/amd/pm: setup APU dpm clock table in SMU HW initialization
drm/amdgpu: prevent spurious warning
drm/amdgpu/swsmu: fix ARC build errors
drm/amd/display: Fix OPTC_DATA_FORMAT programming
drm/amd/display: Don't allow pstate if no support in blank
drm/panfrost: increase readl_relaxed_poll_timeout values
MAINTAINERS: Update entry for st7703 driver after the rename
Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"
drm/amd/display: HDMI remote sink need mode validation for Linux
drm/amd/display: Change to correct unit on audio rate
drm/amd/display: Avoid set zero in the requested clk
drm/amdgpu: align frag_end to covered address space
drm/amdgpu: fix NULL pointer dereference for Renoir
drm/vmwgfx: fix regression in thp code due to ttm init refactor.
drm/amdgpu/swsmu: add interrupt work handler for smu11 parts
drm/amdgpu/swsmu: add interrupt work function
...
135 lines
5.6 KiB
Makefile
135 lines
5.6 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for the Linux video drivers.
|
|
# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net>
|
|
# Rewritten to use lists instead of if-statements.
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-y += core/
|
|
|
|
obj-$(CONFIG_FB_MACMODES) += macmodes.o
|
|
obj-$(CONFIG_FB_WMT_GE_ROPS) += wmt_ge_rops.o
|
|
|
|
# Hardware specific drivers go first
|
|
obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o
|
|
obj-$(CONFIG_FB_ARC) += arcfb.o
|
|
obj-$(CONFIG_FB_CLPS711X) += clps711x-fb.o
|
|
obj-$(CONFIG_FB_CYBER2000) += cyber2000fb.o
|
|
obj-$(CONFIG_FB_GRVGA) += grvga.o
|
|
obj-$(CONFIG_FB_PM2) += pm2fb.o
|
|
obj-$(CONFIG_FB_PM3) += pm3fb.o
|
|
|
|
obj-$(CONFIG_FB_I740) += i740fb.o
|
|
obj-$(CONFIG_FB_MATROX) += matrox/
|
|
obj-$(CONFIG_FB_RIVA) += riva/
|
|
obj-$(CONFIG_FB_NVIDIA) += nvidia/
|
|
obj-$(CONFIG_FB_ATY) += aty/ macmodes.o
|
|
obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o
|
|
obj-$(CONFIG_FB_RADEON) += aty/
|
|
obj-$(CONFIG_FB_SIS) += sis/
|
|
obj-$(CONFIG_FB_VIA) += via/
|
|
obj-$(CONFIG_FB_KYRO) += kyro/
|
|
obj-$(CONFIG_FB_SAVAGE) += savage/
|
|
obj-$(CONFIG_FB_GEODE) += geode/
|
|
obj-$(CONFIG_FB_NEOMAGIC) += neofb.o
|
|
obj-$(CONFIG_FB_3DFX) += tdfxfb.o
|
|
obj-$(CONFIG_FB_CONTROL) += controlfb.o
|
|
obj-$(CONFIG_FB_PLATINUM) += platinumfb.o
|
|
obj-$(CONFIG_FB_VALKYRIE) += valkyriefb.o
|
|
obj-$(CONFIG_FB_CT65550) += chipsfb.o
|
|
obj-$(CONFIG_FB_IMSTT) += imsttfb.o
|
|
obj-$(CONFIG_FB_FM2) += fm2fb.o
|
|
obj-$(CONFIG_FB_VT8623) += vt8623fb.o
|
|
obj-$(CONFIG_FB_TRIDENT) += tridentfb.o
|
|
obj-$(CONFIG_FB_LE80578) += vermilion/
|
|
obj-$(CONFIG_FB_S3) += s3fb.o
|
|
obj-$(CONFIG_FB_ARK) += arkfb.o
|
|
obj-$(CONFIG_FB_STI) += stifb.o
|
|
obj-$(CONFIG_FB_FFB) += ffb.o sbuslib.o
|
|
obj-$(CONFIG_FB_CG6) += cg6.o sbuslib.o
|
|
obj-$(CONFIG_FB_CG3) += cg3.o sbuslib.o
|
|
obj-$(CONFIG_FB_BW2) += bw2.o sbuslib.o
|
|
obj-$(CONFIG_FB_CG14) += cg14.o sbuslib.o
|
|
obj-$(CONFIG_FB_P9100) += p9100.o sbuslib.o
|
|
obj-$(CONFIG_FB_TCX) += tcx.o sbuslib.o
|
|
obj-$(CONFIG_FB_LEO) += leo.o sbuslib.o
|
|
obj-$(CONFIG_FB_ACORN) += acornfb.o
|
|
obj-$(CONFIG_FB_ATARI) += atafb.o c2p_iplan2.o atafb_mfb.o \
|
|
atafb_iplan2p2.o atafb_iplan2p4.o atafb_iplan2p8.o
|
|
obj-$(CONFIG_FB_MAC) += macfb.o
|
|
obj-$(CONFIG_FB_HECUBA) += hecubafb.o
|
|
obj-$(CONFIG_FB_N411) += n411.o
|
|
obj-$(CONFIG_FB_HGA) += hgafb.o
|
|
obj-$(CONFIG_FB_XVR500) += sunxvr500.o
|
|
obj-$(CONFIG_FB_XVR2500) += sunxvr2500.o
|
|
obj-$(CONFIG_FB_XVR1000) += sunxvr1000.o
|
|
obj-$(CONFIG_FB_APOLLO) += dnfb.o
|
|
obj-$(CONFIG_FB_Q40) += q40fb.o
|
|
obj-$(CONFIG_FB_TGA) += tgafb.o
|
|
obj-$(CONFIG_FB_HP300) += hpfb.o
|
|
obj-$(CONFIG_FB_G364) += g364fb.o
|
|
obj-$(CONFIG_FB_EP93XX) += ep93xx-fb.o
|
|
obj-$(CONFIG_FB_SA1100) += sa1100fb.o
|
|
obj-$(CONFIG_FB_HIT) += hitfb.o
|
|
obj-$(CONFIG_FB_ATMEL) += atmel_lcdfb.o
|
|
obj-$(CONFIG_FB_PVR2) += pvr2fb.o
|
|
obj-$(CONFIG_FB_VOODOO1) += sstfb.o
|
|
obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o
|
|
obj-$(CONFIG_FB_GOLDFISH) += goldfishfb.o
|
|
obj-$(CONFIG_FB_68328) += 68328fb.o
|
|
obj-$(CONFIG_FB_GBE) += gbefb.o
|
|
obj-$(CONFIG_FB_CIRRUS) += cirrusfb.o
|
|
obj-$(CONFIG_FB_ASILIANT) += asiliantfb.o
|
|
obj-$(CONFIG_FB_PXA) += pxafb.o
|
|
obj-$(CONFIG_FB_PXA168) += pxa168fb.o
|
|
obj-$(CONFIG_PXA3XX_GCU) += pxa3xx-gcu.o
|
|
obj-$(CONFIG_MMP_DISP) += mmp/
|
|
obj-$(CONFIG_FB_W100) += w100fb.o
|
|
obj-$(CONFIG_FB_TMIO) += tmiofb.o
|
|
obj-$(CONFIG_FB_AU1100) += au1100fb.o
|
|
obj-$(CONFIG_FB_AU1200) += au1200fb.o
|
|
obj-$(CONFIG_FB_VT8500) += vt8500lcdfb.o
|
|
obj-$(CONFIG_FB_WM8505) += wm8505fb.o
|
|
obj-$(CONFIG_FB_PMAG_AA) += pmag-aa-fb.o
|
|
obj-$(CONFIG_FB_PMAG_BA) += pmag-ba-fb.o
|
|
obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o
|
|
obj-$(CONFIG_FB_MAXINE) += maxinefb.o
|
|
obj-$(CONFIG_FB_METRONOME) += metronomefb.o
|
|
obj-$(CONFIG_FB_BROADSHEET) += broadsheetfb.o
|
|
obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o
|
|
obj-$(CONFIG_FB_SH7760) += sh7760fb.o
|
|
obj-$(CONFIG_FB_IMX) += imxfb.o
|
|
obj-$(CONFIG_FB_S3C) += s3c-fb.o
|
|
obj-$(CONFIG_FB_S3C2410) += s3c2410fb.o
|
|
obj-$(CONFIG_FB_FSL_DIU) += fsl-diu-fb.o
|
|
obj-$(CONFIG_FB_COBALT) += cobalt_lcdfb.o
|
|
obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o
|
|
obj-$(CONFIG_FB_PS3) += ps3fb.o
|
|
obj-$(CONFIG_FB_SM501) += sm501fb.o
|
|
obj-$(CONFIG_FB_UDL) += udlfb.o
|
|
obj-$(CONFIG_FB_SMSCUFX) += smscufx.o
|
|
obj-$(CONFIG_FB_XILINX) += xilinxfb.o
|
|
obj-$(CONFIG_FB_SH_MOBILE_LCDC) += sh_mobile_lcdcfb.o
|
|
obj-$(CONFIG_FB_OMAP) += omap/
|
|
obj-y += omap2/
|
|
obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o
|
|
obj-$(CONFIG_FB_CARMINE) += carminefb.o
|
|
obj-$(CONFIG_FB_MB862XX) += mb862xx/
|
|
obj-$(CONFIG_FB_HYPERV) += hyperv_fb.o
|
|
obj-$(CONFIG_FB_OPENCORES) += ocfb.o
|
|
obj-$(CONFIG_FB_SM712) += sm712fb.o
|
|
|
|
# Platform or fallback drivers go here
|
|
obj-$(CONFIG_FB_UVESA) += uvesafb.o
|
|
obj-$(CONFIG_FB_VESA) += vesafb.o
|
|
obj-$(CONFIG_FB_EFI) += efifb.o
|
|
obj-$(CONFIG_FB_VGA16) += vga16fb.o
|
|
obj-$(CONFIG_FB_OF) += offb.o
|
|
obj-$(CONFIG_FB_MX3) += mx3fb.o
|
|
obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o
|
|
obj-$(CONFIG_FB_SSD1307) += ssd1307fb.o
|
|
obj-$(CONFIG_FB_SIMPLE) += simplefb.o
|
|
|
|
# the test framebuffer is last
|
|
obj-$(CONFIG_FB_VIRTUAL) += vfb.o
|