Searched hist:d4d2c60497cfc5063f129010521ba69f34f33127 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_kms.c | diff d4d2c60497cfc5063f129010521ba69f34f33127 Thu Aug 29 11:45:12 CDT 2019 Rob Clark <robdclark@chromium.org> drm/msm: add kms->wait_flush()
First step in re-working the atomic related internal API to prepare for async updates pending.. ->wait_flush() is intended to block until there is no in-progress flush.
A crtc_mask is used, rather than an atomic state object, as this will later be used for async flush after the atomic state is destroyed.
This replaces ->wait_for_crtc_commit_done()
v2: update for review comments
Signed-off-by: Rob Clark <robdclark@chromium.org>
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_kms.c | diff d4d2c60497cfc5063f129010521ba69f34f33127 Thu Aug 29 11:45:12 CDT 2019 Rob Clark <robdclark@chromium.org> drm/msm: add kms->wait_flush()
First step in re-working the atomic related internal API to prepare for async updates pending.. ->wait_flush() is intended to block until there is no in-progress flush.
A crtc_mask is used, rather than an atomic state object, as this will later be used for async flush after the atomic state is destroyed.
This replaces ->wait_for_crtc_commit_done()
v2: update for review comments
Signed-off-by: Rob Clark <robdclark@chromium.org>
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_kms.h | diff d4d2c60497cfc5063f129010521ba69f34f33127 Thu Aug 29 11:45:12 CDT 2019 Rob Clark <robdclark@chromium.org> drm/msm: add kms->wait_flush()
First step in re-working the atomic related internal API to prepare for async updates pending.. ->wait_flush() is intended to block until there is no in-progress flush.
A crtc_mask is used, rather than an atomic state object, as this will later be used for async flush after the atomic state is destroyed.
This replaces ->wait_for_crtc_commit_done()
v2: update for review comments
Signed-off-by: Rob Clark <robdclark@chromium.org>
|
H A D | msm_atomic.c | diff d4d2c60497cfc5063f129010521ba69f34f33127 Thu Aug 29 11:45:12 CDT 2019 Rob Clark <robdclark@chromium.org> drm/msm: add kms->wait_flush()
First step in re-working the atomic related internal API to prepare for async updates pending.. ->wait_flush() is intended to block until there is no in-progress flush.
A crtc_mask is used, rather than an atomic state object, as this will later be used for async flush after the atomic state is destroyed.
This replaces ->wait_for_crtc_commit_done()
v2: update for review comments
Signed-off-by: Rob Clark <robdclark@chromium.org>
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_kms.c | diff d4d2c60497cfc5063f129010521ba69f34f33127 Thu Aug 29 11:45:12 CDT 2019 Rob Clark <robdclark@chromium.org> drm/msm: add kms->wait_flush()
First step in re-working the atomic related internal API to prepare for async updates pending.. ->wait_flush() is intended to block until there is no in-progress flush.
A crtc_mask is used, rather than an atomic state object, as this will later be used for async flush after the atomic state is destroyed.
This replaces ->wait_for_crtc_commit_done()
v2: update for review comments
Signed-off-by: Rob Clark <robdclark@chromium.org>
|