mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
drm/vc4: Add support for scaling of display planes.
This implements a simple policy for choosing scaling modes (trapezoidal for decimation, PPF for magnification), and a single PPF filter (Mitchell/Netravali's recommendation). Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -155,7 +155,11 @@ struct vc4_hvs {
|
||||
* list. Units are dwords.
|
||||
*/
|
||||
struct drm_mm dlist_mm;
|
||||
/* Memory manager for the LBM memory used by HVS scaling. */
|
||||
struct drm_mm lbm_mm;
|
||||
spinlock_t mm_lock;
|
||||
|
||||
struct drm_mm_node mitchell_netravali_filter;
|
||||
};
|
||||
|
||||
struct vc4_plane {
|
||||
|
||||
Reference in New Issue
Block a user