index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
etnaviv
/
etnaviv_gpu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/etnaviv: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-21
1
-3
/
+2
*
drm/sched: implement dynamic job-flow control
Danilo Krummrich
2023-11-10
1
-1
/
+1
*
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...
Dave Airlie
2023-08-17
1
-86
/
+102
|
\
|
*
drm/etnaviv: fix error code in event_alloc()
Dan Carpenter
2023-07-19
1
-4
/
+4
|
*
drm/etnaviv: expedited MMU fault handling
Lucas Stach
2023-07-17
1
-0
/
+2
|
*
drm/etnaviv: drop GPU initialized property
Lucas Stach
2023-07-17
1
-7
/
+2
|
*
drm/etnaviv: better track GPU state
Lucas Stach
2023-07-17
1
-7
/
+18
|
*
drm/etnaviv: avoid runtime PM usage in etnaviv_gpu_bind
Lucas Stach
2023-07-17
1
-10
/
+5
|
*
drm/etnaviv: make clock handling symetric between runtime resume and suspend
Lucas Stach
2023-07-17
1
-4
/
+5
|
*
drm/etnaviv: move runtime PM handling to events
Lucas Stach
2023-07-17
1
-11
/
+16
|
*
drm/etnaviv: free events the usual way in recover worker
Lucas Stach
2023-07-17
1
-2
/
+1
|
*
drm/etnaviv: move down etnaviv_gpu_recover_hang() in file
Lucas Stach
2023-07-17
1
-44
/
+44
|
*
drm/etnaviv: slow down FE idle polling
Lucas Stach
2023-06-21
1
-0
/
+8
*
|
drm: Explicitly include correct DT includes
Rob Herring
2023-07-21
1
-1
/
+1
|
/
*
drm/etnaviv: show number of NN cores in GPU debugfs info
Lucas Stach
2023-02-07
1
-0
/
+2
*
drm/etnaviv: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-02-01
1
-18
/
+12
*
drm/etnaviv: convert user fence tracking to XArray
Lucas Stach
2023-02-01
1
-4
/
+3
*
drm/etnaviv: split fence lock
Lucas Stach
2023-02-01
1
-1
/
+2
*
drm/etnaviv: print MMU exception cause
Christian Gmeiner
2023-02-01
1
-3
/
+19
*
drm/etnaviv: Warn when probing on NPUs
Tomeu Vizoso
2023-02-01
1
-0
/
+4
*
drm/etnaviv: disable tx clock gating for GC7000 rev6203
Marco Felsch
2022-09-23
1
-4
/
+5
*
drm/etnaviv: fix power register offset on GC300
Doug Brown
2022-09-16
1
-10
/
+10
*
drm/etnaviv: add missing quirks for GC300
Doug Brown
2022-09-16
1
-2
/
+9
*
drm/etnaviv: print offender task information on hangcheck recovery
Christian Gmeiner
2022-08-19
1
-1
/
+17
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
1
-2
/
+2
|
\
|
*
Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
Yury Norov
2022-01-15
1
-2
/
+2
*
|
drm/etnaviv: constify static struct cooling_ops
Rikard Falkeborn
2021-12-01
1
-1
/
+1
|
/
*
drm: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-10-16
1
-1
/
+0
*
drm/etnaviv: reference MMU context when setting up hardware state
Lucas Stach
2021-09-16
1
-12
/
+12
*
drm/etnaviv: fix MMU context leak on GPU reset
Lucas Stach
2021-09-16
1
-0
/
+2
*
drm/etnaviv: exec and MMU state is lost when resetting the GPU
Lucas Stach
2021-09-16
1
-3
/
+2
*
drm/etnaviv: keep MMU context across runtime suspend/resume
Lucas Stach
2021-09-16
1
-3
/
+3
*
drm/etnaviv: stop abusing mmu_context as FE running marker
Lucas Stach
2021-09-16
1
-2
/
+8
*
drm/etnaviv: put submit prev MMU context when it exists
Lucas Stach
2021-09-16
1
-0
/
+2
*
drm/etnaviv: return context from etnaviv_iommu_context_get
Lucas Stach
2021-09-16
1
-4
/
+2
*
drm/etnaviv: add clock gating workaround for GC7000 r6202
Michael Walle
2021-07-06
1
-0
/
+6
*
drm/etnaviv: rework linear window offset calculation
Lucas Stach
2021-05-03
1
-26
/
+26
*
drm/etnaviv: Remove useless error message
Tian Tao
2021-05-03
1
-3
/
+1
*
drm/etnaviv: provide more ID values via GET_PARAM ioctl.
Christian Gmeiner
2021-01-22
1
-0
/
+12
*
drm/etnaviv: fix external abort seen on GC600 rev 0x19
Christian Gmeiner
2020-08-24
1
-2
/
+9
*
drm/etnaviv: fix ref count leak via pm_runtime_get_sync
Navid Emamdoost
2020-07-17
1
-4
/
+10
*
drm/etnaviv: Simplify clock enable/disable
Lubomir Rintel
2020-06-18
1
-34
/
+19
*
drm/etnaviv: Make the "core" clock mandatory
Lubomir Rintel
2020-06-18
1
-1
/
+1
*
drm/etnaviv: Don't ignore errors on getting clocks
Lubomir Rintel
2020-06-18
1
-8
/
+8
*
drm/etnaviv: Fix error path on failure to enable bus clk
Lubomir Rintel
2020-06-18
1
-1
/
+4
*
drm/etnaviv: request pages from DMA32 zone when needed
Lucas Stach
2020-03-20
1
-0
/
+8
*
drm/etnaviv: Warn when GPU doesn't idle fast enough
Guido Günther
2020-03-03
1
-1
/
+4
*
drm/etnaviv: Ignore MC when checking runtime suspend idleness
Guido Günther
2020-03-03
1
-2
/
+3
*
drm/etnaviv: Consider all kwnown idle bits in debugfs
Guido Günther
2020-03-03
1
-0
/
+14
*
drm/etnaviv: Fix typo in comment
Guido Günther
2020-03-03
1
-1
/
+1
[next]