index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-28
drm/v3d: Don't run jobs that have errors flagged in its fence
Maíra Canal
1
-1
/
+8
2025-02-21
drm/v3d: Stop active perfmon if it is being destroyed
Christian Gmeiner
1
-0
/
+5
2025-02-01
drm/v3d: Assign job pointer to NULL before signaling the fence
Maíra Canal
1
-4
/
+12
2025-01-23
drm/v3d: Ensure job pointer is set to NULL after job completion
Maíra Canal
1
-0
/
+4
2024-12-14
drm/v3d: Enable Performance Counters before clearing them
Maíra Canal
1
-1
/
+1
2024-12-09
drm/v3d: Address race-condition in MMU flush
Maíra Canal
1
-19
/
+10
2024-10-17
drm/v3d: Stop the active perfmon before being destroyed
Maíra Canal
1
-1
/
+8
2023-07-27
drm/v3d: Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()
Nathan Chancellor
1
-1
/
+1
2023-06-26
drm: Clear fd/handle callbacks in struct drm_driver
Thomas Zimmermann
1
-2
/
+0
2023-06-19
drm: Remove struct drm_driver.gem_prime_mmap
Thomas Zimmermann
1
-1
/
+0
2023-06-08
drm/v3d: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-02-24
drm/v3d: Use drm_sched_job_add_syncobj_dependency()
Maíra Canal
1
-18
/
+8
2023-01-03
drm/v3d: replace open-coded implementation of drm_gem_object_lookup
Maíra Canal
1
-6
/
+1
2022-12-22
drm/v3d: use new debugfs device-centered functions
Maíra Canal
1
-12
/
+10
2022-12-18
drm/v3d: replace obj lookup steps with drm_gem_objects_lookup
Melissa Wen
1
-46
/
+3
2022-12-18
drm/v3d: cleanup BOs properly when lookup_bos fails
Melissa Wen
1
-3
/
+3
2022-11-10
drm/v3d: add missing mutex_destroy
Maíra Canal
1
-1
/
+5
2022-11-10
drm/v3d: switch to drmm_mutex_init
Maíra Canal
1
-4
/
+13
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
1
-1
/
+0
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-08-03
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
1
-1
/
+0
2022-07-28
drm/v3d: use idr_init_base() to initialize v3d_priv->perfmon.idr
Danilo Krummrich
1
-1
/
+1
2022-06-12
drm/v3d: Add support for bcm2711
Peter Robinson
2
-2
/
+4
2022-06-12
drm/v3d: Get rid of pm code
Peter Robinson
3
-39
/
+2
2022-04-26
drm/v3d: Fix null pointer dereference of pointer perfmon
Colin Ian King
1
-1
/
+2
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-2
/
+2
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-5
/
+10
2022-03-01
drm/v3d: centralize error handling when init scheduler fails
Melissa Wen
1
-27
/
+13
2022-02-23
drm/sched: Add device pointer to drm_gpu_scheduler
Jiawei Gu
1
-5
/
+5
2022-02-14
drm/gem-shmem: Set vm_ops in static initializer
Thomas Zimmermann
1
-0
/
+1
2022-02-07
drm: Convert open-coded yes/no strings to yesno()
Lucas De Marchi
1
-5
/
+6
2022-02-01
drm/v3d: fix missing unlock
Yongzhi Liu
1
-2
/
+4
2022-01-11
drm/v3d/v3d_drv: Check for error num after setting mask
Jiasheng Jiang
1
-2
/
+6
2021-12-02
drm: Return error codes from struct drm_driver.gem_create_object
Thomas Zimmermann
1
-2
/
+2
2021-11-15
drm/shmem-helper: Pass GEM shmem object in public interfaces
Thomas Zimmermann
1
-4
/
+4
2021-11-15
drm/shmem-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
1
-7
/
+7
2021-10-17
drm/v3d: nullify pointer se with a NULL
Yang Li
1
-2
/
+2
2021-10-11
drm/v3d: fix copy_from_user() error codes
Dan Carpenter
1
-7
/
+6
2021-10-04
drm/v3d: add multiple syncobjs support
Melissa Wen
3
-31
/
+184
2021-10-04
drm/v3d: add generic ioctl extension
Melissa Wen
2
-6
/
+72
2021-10-04
drm/v3d: alloc and init job in one shot
Melissa Wen
1
-82
/
+53
2021-10-04
drm/v3d: decouple adding job dependencies steps from job init
Melissa Wen
1
-10
/
+18
2021-09-20
drm/v3d: Make use of the helper function devm_platform_ioremap_resource_byname()
Cai Huoqing
1
-4
/
+1
2021-09-19
drm/v3d: fix sched job resources cleanup when a job is aborted
Melissa Wen
1
-6
/
+5
2021-09-15
drm/v3d: fix wait for TMU write combiner flush
Iago Toral Quiroga
1
-2
/
+2
2021-08-30
drm/v3d: Use scheduler dependency handling
Daniel Vetter
3
-50
/
+10
2021-08-30
drm/v3d: Move drm_sched_job_init to v3d_job_init
Daniel Vetter
3
-58
/
+44
2021-08-30
drm/sched: drop entity parameter from drm_sched_push_job
Daniel Vetter
1
-1
/
+1
2021-08-30
drm/sched: Split drm_sched_job_init
Daniel Vetter
1
-0
/
+2
2021-08-26
drm: v3d: correct reference to config ARCH_BRCMSTB
Lukas Bulwahn
1
-1
/
+1
[next]