index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-19
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2
-69
/
+0
2018-11-19
Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2018-11-05
drm/ttm: initialize globals during device init (v2)
Christian König
2
-40
/
+0
2018-11-05
drm/ttm: use a static ttm_mem_global instance
Christian König
2
-32
/
+3
2018-11-05
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
1
-2
/
+2
2018-11-02
Merge tag 'drm-next-2018-11-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-10
/
+4
2018-10-28
Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
19
-241
/
+419
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
1
-1
/
+1
2018-10-19
drm/nouveau: Fix nv50_mstc->best_encoder()
Lyude Paul
1
-10
/
+4
2018-10-11
drm/nouveau/secboot/acr: fix memory leak
Gustavo A. R. Silva
1
-0
/
+1
2018-10-11
drm/nouveau/disp: take sink support into account for exposing 594mhz
Ilia Mirkin
1
-12
/
+22
2018-10-11
drm/nouveau/disp: add support for setting scdc parameters for high modes
Ilia Mirkin
1
-1
/
+39
2018-10-11
drm/nouveau/disp: keep track of high-speed state, program into clock
Ilia Mirkin
3
-4
/
+14
2018-10-11
drm/nouveau/disp/gm200-: add scdc parameter setter
Ilia Mirkin
5
-0
/
+39
2018-10-11
drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0
Ilia Mirkin
3
-3
/
+13
2018-10-11
drm/nouveau: Start using new drm_dev initialization helpers
Lyude Paul
1
-72
/
+101
2018-10-11
drm/nouveau: Fix potential memory leak in nouveau_drm_load()
Lyude Paul
1
-2
/
+4
2018-10-11
drm/nouveau: Refactor nvXX_backlight_init()
Lyude Paul
1
-88
/
+72
2018-10-11
drm/nouveau: Cleanup indenting in nouveau_backlight.c
Lyude Paul
1
-6
/
+7
2018-10-11
drm/nouveau/drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
Lyude Paul
3
-4
/
+4
2018-10-11
drm/nouveau: Move backlight device into nouveau_connector
Lyude Paul
6
-100
/
+133
2018-10-11
drm/nouveau: Add NV_PRINTK_ONCE and variants
Lyude Paul
1
-0
/
+8
2018-10-11
drm/nouveau: Check backlight IDs are >= 0, not > 0
Lyude Paul
1
-2
/
+2
2018-10-05
drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()
Lyude Paul
1
-1
/
+14
2018-09-27
BackMerge v4.19-rc5 into drm-next
Dave Airlie
16
-124
/
+308
2018-09-13
drm/nouveau/devinit: fix warning when PMU/PRE_OS is missing
Ben Skeggs
1
-10
/
+11
2018-09-11
fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
Daniel Vetter
1
-1
/
+0
2018-09-09
drm: Add drm/drm_util.h header file
Daniel Vetter
1
-0
/
+2
2018-09-07
drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...
Ben Skeggs
4
-3
/
+28
2018-09-07
drm/nouveau/disp: fix DP disable race
Ben Skeggs
4
-9
/
+19
2018-09-07
drm/nouveau/disp: move eDP panel power handling
Ben Skeggs
2
-25
/
+35
2018-09-07
drm/nouveau/disp: remove unused struct member
Ben Skeggs
2
-2
/
+0
2018-09-07
drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS
Ben Skeggs
1
-1
/
+2
2018-09-07
drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointer
Ben Skeggs
1
-1
/
+1
2018-09-07
drm/nouveau: fix oops in client init failure path
Ben Skeggs
1
-7
/
+7
2018-09-07
drm/nouveau: Fix nouveau_connector_ddc_detect()
Lyude Paul
1
-21
/
+28
2018-09-07
drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unload
Lyude Paul
3
-5
/
+8
2018-09-07
drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too early
Lyude Paul
1
-6
/
+20
2018-09-07
drm/nouveau: Reset MST branching unit before enabling
Lyude Paul
1
-8
/
+12
2018-09-07
drm/nouveau: Only write DP_MSTM_CTRL when needed
Lyude Paul
1
-9
/
+36
2018-09-07
drm/nouveau: Remove useless poll_enable() call in drm_load()
Lyude Paul
1
-3
/
+1
2018-09-07
drm/nouveau: Remove useless poll_disable() call in switcheroo_set_state()
Lyude Paul
1
-1
/
+0
2018-09-07
drm/nouveau: Remove useless poll_enable() call in switcheroo_set_state()
Lyude Paul
1
-1
/
+0
2018-09-07
drm/nouveau: Fix deadlocks in nouveau_connector_detect()
Lyude Paul
1
-0
/
+22
2018-09-07
drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()
Lyude Paul
1
-9
/
+11
2018-09-07
drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requests
Lyude Paul
4
-2
/
+64
2018-09-07
drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()
Lyude Paul
1
-1
/
+0
2018-09-07
drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
Lyude Paul
1
-2
/
+5
2018-09-06
drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirk
Gerd Hoffmann
1
-1
/
+1
2018-08-31
drm/nouveau: add DisplayPort CEC-Tunneling-over-AUX support
Hans Verkuil
1
-2
/
+15
[next]