search for: andrealmeid

Displaying 4 results from an estimated 4 matches for "andrealmeid".

2024 Jun 14
0
[PATCH v6 2/8] drm: Support per-plane async flip configuration
...24 at 12:35:29PM GMT, Andr? Almeida wrote: > Drivers have different capabilities on what plane types they can or > cannot perform async flips. Create a plane::async_flip field so each > driver can choose which planes they allow doing async flips. > > Signed-off-by: Andr? Almeida <andrealmeid at igalia.com> > --- > drivers/gpu/drm/drm_atomic_uapi.c | 4 ++-- > include/drm/drm_plane.h | 5 +++++ > 2 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/drm_atomic_uapi.c b/drivers/gpu/drm/drm_atomic_uapi.c > index 2e1d9391febe....
2024 Jun 14
0
[PATCH v6 0/8] drm: Support per-plane async flip configuration
...finally enables async flip on overlay planes for amdgpu. > > Changes from v5: > - Instead of enabling plane->async_flip in the common code, move it to driver > code. > - Enable primary plane async flip on every driver > https://lore.kernel.org/dri-devel/20240612193713.167448-1-andrealmeid at igalia.com/ > > Andr? Almeida (8): > drm/atomic: Allow userspace to use explicit sync with atomic async > flips > drm: Support per-plane async flip configuration > drm/amdgpu: Enable async flips on the primary plane > drm: atmel-hlcdc: Enable async flips on the...
2024 Jun 14
0
[PATCH v6 5/8] drm/i915: Enable async flips on the primary plane
...eida wrote: > This driver can perfom async flips on primary planes, so enable it. > Cc: Ville Syrj?l? <ville.syrjala at linux.intel.com> Cc: Naveen Kumar <naveen1.kumar at intel.com> c: Vandita Kulkarni <vandita.kulkarni at intel.com> > Signed-off-by: Andr? Almeida <andrealmeid at igalia.com> > --- > drivers/gpu/drm/i915/display/i9xx_plane.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/display/i9xx_plane.c b/drivers/gpu/drm/i915/display/i9xx_plane.c > index 0279c8aabdd1..0142beef20dc 100644 > --- a/drivers/gpu/...
2024 Jun 19
0
[PATCH v6 0/8] drm: Support per-plane async flip configuration
...pu. > >> > >> Changes from v5: > >> - Instead of enabling plane->async_flip in the common code, move it to driver > >> code. > >> - Enable primary plane async flip on every driver > >> https://lore.kernel.org/dri-devel/20240612193713.167448-1-andrealmeid at igalia.com/ > >> > >> Andr? Almeida (8): > >> drm/atomic: Allow userspace to use explicit sync with atomic async > >> flips > >> drm: Support per-plane async flip configuration > >> drm/amdgpu: Enable async flips on the primary...