linux-stable/drivers/gpu/drm/vmwgfx
Ben Widawsky e6fc3b6855 drm: Plumb modifiers through plane init
This is the plumbing for supporting fb modifiers on planes. Modifiers
have already been introduced to some extent, but this series will extend
this to allow querying modifiers per plane. Based on this, the client to
enable optimal modifications for framebuffers.

This patch simply allows the DRM drivers to initialize their list of
supported modifiers upon initializing the plane.

v2: A minor addition from Daniel

v3:
* Updated commit message
* s/INVALID/DRM_FORMAT_MOD_INVALID (Liviu)
* Remove some excess newlines (Liviu)
* Update comment for > 64 modifiers (Liviu)

v4: Minor comment adjustments (Liviu)

v5: Some new platforms added due to rebase

v6: Add some missed plane inits (or maybe they're new - who knows at
this point) (Daniel)

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Daniel Stone <daniels@collabora.com> (v2)
Reviewed-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Daniel Stone <daniels@collabora.com>
2017-08-01 17:50:06 +01:00
..
device_include drm/vmwgfx: Clear an uninitialized struct member 2017-01-26 20:52:36 -08:00
Kconfig drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" 2017-01-09 11:30:30 +01:00
Makefile drm/vmwgfx: fix include notation and remove -Iinclude/drm flag 2017-05-18 07:12:40 +02:00
vmwgfx_binding.c
vmwgfx_binding.h
vmwgfx_buffer.c drm/ttm: add io_mem_pfn callback 2017-04-04 23:33:42 -04:00
vmwgfx_cmdbuf.c drm/vmwgfx: fix include notation and remove -Iinclude/drm flag 2017-05-18 07:12:40 +02:00
vmwgfx_cmdbuf_res.c drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr 2017-06-26 14:39:08 +02:00
vmwgfx_context.c drm/vmwgfx: fix include notation and remove -Iinclude/drm flag 2017-05-18 07:12:40 +02:00
vmwgfx_cotable.c drm/vmwgfx: fix include notation and remove -Iinclude/drm flag 2017-05-18 07:12:40 +02:00
vmwgfx_dmabuf.c drm/vmwgfx: Check pin count before attempting to move a buffer 2016-07-01 10:47:50 -07:00
vmwgfx_drv.c drm/pci: Deprecate drm_pci_init/exit completely 2017-06-20 10:41:03 +02:00
vmwgfx_drv.h drm/vmwgfx: Bump driver minor and date 2017-06-07 14:46:15 +02:00
vmwgfx_execbuf.c drm/vmwgfx: Avoid validating views on view destruction 2016-10-10 11:15:05 -07:00
vmwgfx_fb.c drm/<drivers>: Drop fbdev info flags 2017-07-26 13:22:40 +02:00
vmwgfx_fence.c drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces 2017-03-30 11:43:39 +02:00
vmwgfx_fence.h dma-buf: Rename struct fence to dma_fence 2016-10-25 14:40:39 +02:00
vmwgfx_fifo.c drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve() 2017-06-07 12:07:35 +02:00
vmwgfx_gmr.c
vmwgfx_gmrid_manager.c gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level> 2017-03-01 09:44:11 +01:00
vmwgfx_ioctl.c drm/vmwgfx: Remove getparam error message 2017-03-30 11:43:40 +02:00
vmwgfx_irq.c
vmwgfx_kms.c drm/vmwgfx: Make check_modeset() use the new atomic iterator macros. 2017-07-13 09:50:39 +02:00
vmwgfx_kms.h Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next 2017-06-27 09:18:17 -04:00
vmwgfx_ldu.c drm: Plumb modifiers through plane init 2017-08-01 17:50:06 +01:00
vmwgfx_marker.c
vmwgfx_mob.c drm/vmwgfx: Use kmemdup instead of kmalloc and memcpy 2017-01-26 21:26:17 -08:00
vmwgfx_msg.c drm/vmwgfx: fix include notation and remove -Iinclude/drm flag 2017-05-18 07:12:40 +02:00
vmwgfx_msg.h drm/vmwgfx: Add VMWare host messaging capability 2016-05-20 17:12:33 +02:00
vmwgfx_overlay.c
vmwgfx_prime.c dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro 2017-04-20 13:47:46 +05:30
vmwgfx_reg.h
vmwgfx_resource.c Linux 4.11-rc6 2017-04-11 07:40:42 +10:00
vmwgfx_resource_priv.h drm/vmwgfx: Introduce a simple resource type 2017-03-31 15:21:17 -07:00
vmwgfx_scrn.c drm: Plumb modifiers through plane init 2017-08-01 17:50:06 +01:00
vmwgfx_shader.c drm/vmwgfx: fix include notation and remove -Iinclude/drm flag 2017-05-18 07:12:40 +02:00
vmwgfx_simple_resource.c drm/vmwgfx: Introduce a simple resource type 2017-03-31 15:21:17 -07:00
vmwgfx_so.c
vmwgfx_so.h
vmwgfx_stdu.c drm: Plumb modifiers through plane init 2017-08-01 17:50:06 +01:00
vmwgfx_surface.c Linux 4.12-rc5 2017-06-16 13:58:27 +10:00
vmwgfx_ttm_glue.c
vmwgfx_va.c drm/vmwgfx: Re-implement the stream resource as a simple resource. 2017-03-31 15:21:17 -07:00