[go: nahoru, domu]

History log of /drivers/gpu/drm/msm/mdp/mdp4/mdp4_plane.c
Revision Date Author Comments
2d82d188b2cb11b6b221eb84dda2344ef3cd1bb4 02-Apr-2014 Matt Roper <matthew.d.roper@intel.com> drm/msm: Switch to universal plane API's

Use drm_universal_plane_init() and drm_crtc_init_with_planes() rather
than the legacy drm_plane_init() / drm_crtc_init(). This will ensure
that the proper primary plane is registered with the DRM (and eventually
exposed to userspace in future patches).

Cc: Rob Clark <robdclark@gmail.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rob Clark <robdclark@gmail.com>
7896052d90d7de899fd3a34c0b34e91941e2f2ea 13-Dec-2013 Rob Clark <robdclark@gmail.com> drm/msm: fix inconsequential typo

Small typo I noticed in the mdp4_plane code.. no consequence because
PIPE_SRC_XY and PIPE_DST_XY have same register layout.

Signed-off-by: Rob Clark <robdclark@gmail.com>
9e0efa63565511dc75846e6b036a4b80e92b9a98 30-Nov-2013 Rob Clark <robdclark@gmail.com> drm/msm: move irq utils to mdp_kms

We'll want basically the same thing for mdp5, so refactor it out so it
can be shared.

Signed-off-by: Rob Clark <robdclark@gmail.com>
10a02eb64656e96579e136ae914d30093ca59e48 30-Nov-2013 Rob Clark <robdclark@gmail.com> drm/msm: mdp4_format -> mdp_format

This can be shared between mdp4 and mdp5. Both use the same set of
parameters to describe the format to the hw.

Signed-off-by: Rob Clark <robdclark@gmail.com>
2e54a92ff2ec6cd70f748d990a3f6646f9b691f3 30-Nov-2013 Rob Clark <robdclark@gmail.com> drm/msm: move mdp4 -> mdp/mdp4

There are some little bits and pieces that mdp4 and mdp5 can share, so
move things around so that we can have both in a common parent
directory.

Signed-off-by: Rob Clark <robdclark@gmail.com>