diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2018-01-22 15:57:59 +0100 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2018-03-09 12:22:37 +0100 |
commit | 681c19c8bf34df58e6705ba4c1a1676474ef7799 (patch) | |
tree | ab2a9d3066a4bfd63dcd2bca57f5d160bd090e83 /drivers/gpu/drm/etnaviv/Makefile | |
parent | 0538aaf927b205662a3f3d641ecbc8b0f3236e2a (diff) | |
download | lwn-681c19c8bf34df58e6705ba4c1a1676474ef7799.tar.gz lwn-681c19c8bf34df58e6705ba4c1a1676474ef7799.zip |
drm/etnaviv: add hardware database
New versions of the Vivante kernel driver don't trust the hardware feature
bits anymore, but use an internal hardware database. This also includes
more feature fields than are available in hardware.
As we can't trust the hardware feature bits to be correct anymore, we need
to replicate the HWDB in etanviv. For now only the GC7000L as found on
the i.MX8M is supported.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/etnaviv/Makefile')
-rw-r--r-- | drivers/gpu/drm/etnaviv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/etnaviv/Makefile b/drivers/gpu/drm/etnaviv/Makefile index 9bb780c22501..46e5ffad69a6 100644 --- a/drivers/gpu/drm/etnaviv/Makefile +++ b/drivers/gpu/drm/etnaviv/Makefile @@ -9,6 +9,7 @@ etnaviv-y := \ etnaviv_gem_submit.o \ etnaviv_gem.o \ etnaviv_gpu.o \ + etnaviv_hwdb.o \ etnaviv_iommu_v2.o \ etnaviv_iommu.o \ etnaviv_mmu.o \ |