index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-24
drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()
Jianglei Nie
1
-1
/
+3
2022-10-24
drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
Jianglei Nie
1
-1
/
+0
2022-10-24
drm/nouveau/kms/nv140-: Disable interlacing
Lyude Paul
1
-1
/
+2
2022-08-31
nouveau: explicitly wait on the fence in nouveau_bo_move_m2mf
Karol Herbst
1
-0
/
+9
2022-08-25
drm/nouveau: recognise GA103
Karol Herbst
1
-0
/
+22
2022-08-17
drm/nouveau/kms: Fix failure path for creating DP connectors
Lyude Paul
1
-5
/
+3
2022-08-17
drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtime
Lyude Paul
1
-1
/
+1
2022-08-17
drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()
Lyude Paul
2
-2
/
+2
2022-08-17
drm/nouveau: fix another off-by-one in nvbios_addr
Timur Tabi
1
-1
/
+1
2022-07-28
nouveau/svm: Fix to migrate all requested pages
Alistair Popple
1
-1
/
+5
2022-05-26
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
30
-98
/
+104
2022-05-07
drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()
Christophe JAILLET
1
-4
/
+5
2022-05-07
drm/nouveau/tegra: Stop using iommu_present()
Robin Murphy
1
-1
/
+1
2022-05-04
drm/nouveau: remove trace_dma_fence_emit
Christian König
1
-1
/
+0
2022-05-04
drm/nouveau/subdev/bus: Ratelimit logging for fault errors
Lyude Paul
4
-13
/
+15
2022-05-04
drm/nouveau/devinit: fix returnvar.cocci warnings
Guo Zhengkui
3
-6
/
+3
2022-05-02
drm/nouveau: use drm_gem_plane_helper_prepare_fb
Christian König
1
-3
/
+2
2022-04-29
drm/nouveau: simplify the return expression of nouveau_debugfs_init()
Minghao Chi
1
-9
/
+3
2022-04-26
drm/nouveau/devinit/nva3-: fix returnvar.cocci warning
Guo Zhengkui
1
-2
/
+1
2022-04-26
drm/nouveau/disp/gv100: make gv100_disp_wndw and gv100_disp_wndw_mthd static
Tom Rix
1
-2
/
+2
2022-04-26
drm/nouveau/disp/gv100: make gv100_disp_wimm static
Tom Rix
1
-1
/
+1
2022-04-26
drm/nouveau/kms/gv100: use static for gv100_disp_core_mthd_[base|sor]
Tom Rix
1
-2
/
+2
2022-04-25
drm/display: Move SCDC helpers into display-helper library
Thomas Zimmermann
2
-1
/
+2
2022-04-25
drm/display: Introduce a DRM display-helper module
Thomas Zimmermann
1
-1
/
+2
2022-04-25
drm: Rename dp/ to display/
Thomas Zimmermann
4
-5
/
+7
2022-04-22
drm/nouveau/gsp: change gv100_gsp from global to static
Tom Rix
1
-1
/
+1
2022-04-18
Merge drm/drm-next into drm-misc-next
Paul Cercueil
4
-1
/
+4
2022-04-18
drm/nouveau/gr/gf100-: change gf108_gr_fwif from global to static
Tom Rix
1
-1
/
+1
2022-04-18
drm/nouveau: change base917c_format from global to static
Tom Rix
1
-1
/
+1
2022-04-12
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
8
-27
/
+47
2022-04-07
dma-buf: wait for map to complete for static attachments
Christian König
1
-16
/
+1
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
2
-5
/
+8
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
4
-9
/
+13
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-5
/
+3
2022-04-05
drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fb
Christian König
1
-9
/
+5
2022-04-05
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
24
-487
/
+352
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
5
-4
/
+6
2022-04-05
drm/nouveau: stop using dma_resv_excl_fence
Christian König
1
-1
/
+8
2022-04-05
drm/nouveau/pmu: Add missing callbacks for Tegra devices
Karol Herbst
4
-1
/
+4
2022-04-05
drm/nouveau/clk: Fix an incorrect NULL check on list iterator
Xiaomeng Tong
1
-2
/
+4
2022-03-29
drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator
Xiaomeng Tong
2
-8
/
+25
2022-03-25
Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-03-25
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
21
-484
/
+347
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2022-03-16
drm/nouveau: Fix spelling mistake "endianess" -> "endianness"
Colin Ian King
1
-1
/
+1
2022-03-04
Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-355
/
+0
2022-03-04
drm/nouveau/instmem: fix uninitialized_var.cocci warning
Guo Zhengkui
1
-1
/
+1
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
1
-1
/
+0
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2
-0
/
+2
2022-03-03
mm: remove pointless includes from <linux/hmm.h>
Christoph Hellwig
1
-0
/
+1
[next]