Age | Commit message (Expand) | Author |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds |
2022-01-15 | Replace for_each_*_bit_from() with for_each_*_bit() where appropriate | Yury Norov |
2021-12-01 | drm/etnaviv: constify static struct cooling_ops | Rikard Falkeborn |
2021-10-15 | drm: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET |
2021-09-16 | drm/etnaviv: reference MMU context when setting up hardware state | Lucas Stach |
2021-09-16 | drm/etnaviv: fix MMU context leak on GPU reset | Lucas Stach |
2021-09-16 | drm/etnaviv: exec and MMU state is lost when resetting the GPU | Lucas Stach |
2021-09-16 | drm/etnaviv: keep MMU context across runtime suspend/resume | Lucas Stach |
2021-09-16 | drm/etnaviv: stop abusing mmu_context as FE running marker | Lucas Stach |
2021-09-16 | drm/etnaviv: put submit prev MMU context when it exists | Lucas Stach |
2021-09-16 | drm/etnaviv: return context from etnaviv_iommu_context_get | Lucas Stach |
2021-07-06 | drm/etnaviv: add clock gating workaround for GC7000 r6202 | Michael Walle |
2021-05-03 | drm/etnaviv: rework linear window offset calculation | Lucas Stach |
2021-05-03 | drm/etnaviv: Remove useless error message | Tian Tao |
2021-01-22 | drm/etnaviv: provide more ID values via GET_PARAM ioctl. | Christian Gmeiner |
2020-08-24 | drm/etnaviv: fix external abort seen on GC600 rev 0x19 | Christian Gmeiner |
2020-07-17 | drm/etnaviv: fix ref count leak via pm_runtime_get_sync | Navid Emamdoost |
2020-06-18 | drm/etnaviv: Simplify clock enable/disable | Lubomir Rintel |
2020-06-18 | drm/etnaviv: Make the "core" clock mandatory | Lubomir Rintel |
2020-06-18 | drm/etnaviv: Don't ignore errors on getting clocks | Lubomir Rintel |
2020-06-18 | drm/etnaviv: Fix error path on failure to enable bus clk | Lubomir Rintel |
2020-03-20 | drm/etnaviv: request pages from DMA32 zone when needed | Lucas Stach |
2020-03-03 | drm/etnaviv: Warn when GPU doesn't idle fast enough | Guido Günther |
2020-03-03 | drm/etnaviv: Ignore MC when checking runtime suspend idleness | Guido Günther |
2020-03-03 | drm/etnaviv: Consider all kwnown idle bits in debugfs | Guido Günther |
2020-03-03 | drm/etnaviv: Fix typo in comment | Guido Günther |
2020-02-26 | drm/etnaviv: show identity information in debugfs | Christian Gmeiner |
2020-02-26 | drm/etnaviv: determine product, customer and eco id | Christian Gmeiner |
2019-12-18 | drm/etnaviv: avoid deprecated timespec | Arnd Bergmann |
2019-08-15 | drm/etnaviv: implement softpin | Lucas Stach |
2019-08-15 | drm/etnaviv: implement per-process address spaces on MMUv2 | Lucas Stach |
2019-08-15 | drm/etnaviv: split out starting of FE idle loop | Lucas Stach |
2019-08-15 | drm/etnaviv: rework MMU handling | Lucas Stach |
2019-08-15 | drm/etnaviv: share a single cmdbuf suballoc region across all GPUs | Lucas Stach |
2019-08-15 | drm/etnaviv: split out cmdbuf mapping into address space | Lucas Stach |
2019-08-15 | drm/etnaviv: simplify unbind checks | Lucas Stach |
2019-08-02 | drm/etnaviv: clean up includes | Lucas Stach |
2019-08-02 | drm/etnaviv: Use devm_platform_ioremap_resource() | Fabio Estevam |
2019-08-02 | drm/etnaviv: drop use of drmP.h | Sam Ravnborg |
2019-06-28 | drm/etnaviv: add missing failure path to destroy suballoc | Lucas Stach |
2019-05-03 | drm/etnaviv: initialize idle mask before querying the HW db | Lucas Stach |
2018-12-18 | drm/etnaviv: remove lastctx member from gpu struct | Lucas Stach |
2018-12-18 | drm/etnaviv: replace header include with forward declaration | Lucas Stach |
2018-12-18 | drm/etnaviv: remove unnecessary local irq disable | Lucas Stach |
2018-11-06 | drm/etnaviv: consolidate hardware fence handling in etnaviv_gpu | Lucas Stach |
2018-11-06 | drm/etnaviv: kill active fence tracking | Lucas Stach |
2018-08-08 | Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ... | Dave Airlie |
2018-08-06 | drm/etnaviv: fix crash in GPU suspend when init failed due to buffer placement | Lucas Stach |
2018-08-06 | drm/etnaviv: protect sched job submission with fence mutex | Lucas Stach |
2018-07-03 | drm/etnaviv: Remove unecessary dma_fence_ops | Daniel Vetter |