Message ID | 1545130845.5874.23.camel@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] etnaviv-next for 4.21 revamp | expand |
On Tue, Dec 18, 2018 at 12:00:45PM +0100, Lucas Stach wrote: > Hi Daniel, Dave, > > updated pull request with Christian's review added below. > > Regards, > Lucas Thanks, applied. tagged pull would be really nice, avoids me having to find v1 for the merge commit message. Cheers, Daniel > > The following changes since commit 6fce3a406108ee6c8a61e2a33e52e9198a626ea0: > > drm/etnaviv: fix bogus fence complete check in timeout handler (2018-11-05 18:14:48 +0100) > > are available in the Git repository at: > > https://git.pengutronix.de/git/lst/linux etnaviv/next > > for you to fetch changes up to 801c7a1e528623f073c4007cb04d9a817e33b3a4: > > drm/etnaviv: remove lastctx member from gpu struct (2018-12-18 11:55:16 +0100) > > ---------------------------------------------------------------- > Lucas Stach (5): > drm/etnaviv: kill active fence tracking > drm/etnaviv: consolidate hardware fence handling in etnaviv_gpu > drm/etnaviv: remove unnecessary local irq disable > drm/etnaviv: replace header include with forward declaration > drm/etnaviv: remove lastctx member from gpu struct > > Thomas Zimmermann (1): > drm/etnaviv: Replace drm_dev_unref with drm_dev_put > > drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 2 -- > drivers/gpu/drm/etnaviv/etnaviv_drv.c | 16 +++++----------- > drivers/gpu/drm/etnaviv/etnaviv_drv.h | 11 ----------- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 37 ++++++++++++++++--------------------- > drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 12 ++---------- > 5 files changed, 23 insertions(+), 55 deletions(-)