Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"
This reverts commit23b4822528. This patch does not have an acceptable open source userspace implementation, and as such it does not meet the requirements for adding new UAPI. Discussion is in the Link. Link: https://lists.freedesktop.org/archives/dri-devel/2019-October/240586.html Fixes:23b4822528("drm/omap: add OMAP_BO flags to affect buffer allocation") Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Jean-Jacques Hiblot <jjhiblot@ti.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel@lists.freedesktop.org Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191022204733.235801-1-sean@poorly.run
This commit is contained in:
@@ -47,15 +47,6 @@ struct drm_omap_param {
|
||||
#define OMAP_BO_UNCACHED 0x00000004
|
||||
#define OMAP_BO_CACHE_MASK 0x00000006
|
||||
|
||||
/* Force allocation from contiguous DMA memory */
|
||||
#define OMAP_BO_MEM_CONTIG 0x00000008
|
||||
|
||||
/* Force allocation via DMM */
|
||||
#define OMAP_BO_MEM_DMM 0x00000010
|
||||
|
||||
/* Pin the buffer when allocating and keep pinned */
|
||||
#define OMAP_BO_MEM_PIN 0x00000020
|
||||
|
||||
/* Use TILER for the buffer. The TILER container unit can be 8, 16 or 32 bits. */
|
||||
#define OMAP_BO_TILED_8 0x00000100
|
||||
#define OMAP_BO_TILED_16 0x00000200
|
||||
|
||||
Reference in New Issue
Block a user