index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
qcom
/
venus
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-03
media: venus: Fix MSM8998 frequency table
Konrad Dybcio
1
-5
/
+5
2025-07-03
media: venus: protect against spurious interrupts during probe
Jorge Ramirez-Ortiz
1
-4
/
+4
2025-04-11
media: venus: Fix probe error handling
Loic Poulain
1
-8
/
+8
2025-01-06
media: venus: Populate video encoder/decoder nodename entries
Bryan O'Donoghue
1
-0
/
+10
2025-01-06
media: venus: Add support for static video encoder/decoder declarations
Bryan O'Donoghue
1
-1
/
+94
2025-01-06
media: venus: destroy hfi session after m2m_ctx release
Sergey Senozhatsky
1
-6
/
+2
2024-11-20
Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-2
/
+27
2024-11-07
media: venus: factor out inst destruction routine
Sergey Senozhatsky
1
-0
/
+25
2024-11-07
media: venus: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-1
/
+1
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-10
media: venus: Convert into devm_pm_domain_attach_list() for OPP PM domain
Ulf Hansson
1
-4
/
+4
2024-08-25
media: venus: fix use after free bug in venus_remove due to race condition
Zheng Wang
1
-0
/
+1
2024-06-30
media: venus: add msm8998 support
Pierre-Hugues Husson
1
-0
/
+39
2024-06-30
media: venus: avoid multiple core dumps
Dikshita Agarwal
1
-1
/
+5
2024-02-14
media: venus: Convert to dev_pm_domain_attach|detach_list() for vcodec
Ulf Hansson
1
-5
/
+7
2023-12-12
media: venus: core: Set up secure memory ranges for SC7280
Luca Weiss
1
-0
/
+4
2023-10-23
media: venus: Fix firmware path for resources
Patrick Whewell
1
-5
/
+5
2023-08-10
media: venus: Fix firmware path for sm8250
Patrick Whewell
1
-1
/
+1
2023-08-10
media: venus: core: Set up secure memory ranges for SC7180
Konrad Dybcio
1
-0
/
+4
2023-08-10
media: venus: core: Assign registers based on VPU version
Konrad Dybcio
1
-1
/
+1
2023-08-10
media: venus: Add vpu_version to most SoCs
Konrad Dybcio
1
-0
/
+5
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-04-11
media: venus: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-11
media: venus: Warn only once about problems in .remove()
Uwe Kleine-König
1
-1
/
+1
2022-07-15
media: venus: set ubwc configuration on specific video hardware
Vikash Garodia
1
-0
/
+5
2022-07-07
media: venus: Add support for SSR trigger using fault injection
Dikshita Agarwal
1
-1
/
+14
2021-11-30
media: venus: core: Fix a resource leak in the error handling path of 'venus_probe()'
Christophe JAILLET
1
-2
/
+6
2021-11-30
media: venus: core: Fix a potential NULL pointer dereference in an error handling path
Christophe JAILLET
1
-1
/
+2
2021-10-21
media: venus: core: Add sdm660 DT compatible and resource struct
AngeloGioacchino Del Regno
1
-0
/
+64
2021-10-21
media: venus: Handle fatal errors during encoding and decoding
Stanimir Varbanov
1
-3
/
+6
2021-10-21
media: venus: Make sys_error flag an atomic bitops
Stanimir Varbanov
1
-2
/
+2
2021-10-08
media: venus: Add num_vpp_pipes to resource structure
Dikshita Agarwal
1
-0
/
+2
2021-10-08
media: venus: core: Add sc7280 DT compatible and resource data
Dikshita Agarwal
1
-0
/
+52
2021-09-30
media: venus: core : Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-05-10
media: venus: Rework error fail recover logic
Mauro Carvalho Chehab
1
-13
/
+47
2021-04-15
media: venus: core: correct firmware name for sm8250
Dmitry Baryshkov
1
-1
/
+1
2021-04-08
media: venus: use NULL instead of zero for pointers
Mauro Carvalho Chehab
1
-2
/
+2
2021-04-06
media: venus: core: Hook to V6 base registers when appropriate
Bryan O'Donoghue
1
-7
/
+17
2021-04-06
media: venus: core: Add an io base for AON regs
Bryan O'Donoghue
1
-0
/
+1
2021-04-06
media: venus: core: Add an io base for TZ wrapper regs
Bryan O'Donoghue
1
-0
/
+1
2021-04-06
media: venus: core: Add io base variables for each block
Bryan O'Donoghue
1
-0
/
+12
2021-04-06
media: venus: core: add sm8250 DT compatible and resource data
Bryan O'Donoghue
1
-0
/
+54
2021-04-06
media: venus: core: Drop second v4l2 device unregister
Stanimir Varbanov
1
-2
/
+0
2021-03-22
media: venus: Include io.h for memremap()
Stephen Boyd
1
-0
/
+1
2021-03-22
media: venus: core, venc, vdec: Fix probe dependency error
Bryan O'Donoghue
1
-13
/
+17
2021-03-22
media: venus: core: Fix some resource leaks in the error path of 'venus_probe()'
Christophe JAILLET
1
-5
/
+2
2021-02-01
Merge tag 'v5.11-rc6' into patchwork
Mauro Carvalho Chehab
1
-0
/
+2
2021-01-27
media: venus: core: add support to dump FW region
Dikshita Agarwal
1
-0
/
+30
2021-01-13
media: venus: Create hfi platform and move vpp/vsp there
Stanimir Varbanov
1
-17
/
+0
2021-01-11
media: venus: core: Fix platform driver shutdown
Stanimir Varbanov
1
-0
/
+2
[next]