index
:
jarod/linux-2.6-ir.git
for-2.6.37
for-2.6.38
master
staging/for_v2.6.37-rc1
staging/v2.6.35
IR development repository
Jarod Wilson
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
dispnv50
/
disp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
Merge branch 'linux-4.20' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
1
-11
/
+19
2018-12-12
drm/nouveau/kms: Fix memory leak in nv50_mstm_del()
Lyude Paul
1
-0
/
+1
2018-12-12
drm/nouveau/kms/nv50-: also flush fb writes when rewinding push buffer
Ben Skeggs
1
-11
/
+18
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
1
-2
/
+40
2018-10-19
drm/nouveau: Fix nv50_mstc->best_encoder()
Lyude Paul
1
-10
/
+4
2018-10-11
drm/nouveau/disp: add support for setting scdc parameters for high modes
Ilia Mirkin
1
-1
/
+39
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
1
-18
/
+49
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/drm/nouveau: Fix deadlock with fb_helper with async RPM requests
Lyude Paul
1
-1
/
+1
2018-09-06
drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirk
Gerd Hoffmann
1
-1
/
+1
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
1
-26
/
+27
2018-07-20
Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-6
/
+6
2018-07-19
drm/nouveau/kms/nv50-: allocate push buffers in vidmem on pascal
Ben Skeggs
1
-2
/
+27
2018-07-16
drm/nouveau/kms/nv50-: Allow vblank_disable_immediate
Mario Kleiner
1
-0
/
+3
2018-07-16
drm/nouveau/kms/nv50-: fix drm-get-put.cocci warnings
kbuild test robot
1
-1
/
+1
2018-07-16
drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
Lyude Paul
1
-6
/
+0
2018-07-16
drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()
Lyude Paul
1
-1
/
+1
2018-07-16
drm/nouveau/kms/nv50-: ensure window updates are submitted when flushing mst ...
Ben Skeggs
1
-19
/
+26
2018-07-13
drm: drop _mode_ from remaining connector functions
Daniel Vetter
1
-1
/
+1
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
1
-4
/
+4
2018-07-13
drm: drop _mode_ from update_edit_property()
Daniel Vetter
1
-1
/
+1
2018-05-18
drm/nouveau/kms/gv100: initial support
Ben Skeggs
1
-0
/
+6
2018-05-18
drm/nouveau/kms/nv50-: handle degamma LUT from window channels
Ben Skeggs
1
-0
/
+11
2018-05-18
drm/nouveau/kms/nv50-: decouple window state changes, and update method submi...
Ben Skeggs
1
-0
/
+16
2018-05-18
drm/nouveau/kms/nv50-: simplify tracking of channel interlocks
Ben Skeggs
1
-23
/
+19
2018-05-18
drm/nouveau/kms/nv50-: determine MST support from DP Info Table
Ben Skeggs
1
-2
/
+7
2018-05-18
drm/nouveau/kms/nv50-: unify set/clr masks
Ben Skeggs
1
-9
/
+2
2018-05-18
drm/nouveau/kms/nv50-: split base implementation by hardware class
Ben Skeggs
1
-9
/
+2
2018-05-18
drm/nouveau/kms/nv50-: split core implementation by hardware class
Ben Skeggs
1
-35
/
+11
2018-05-18
drm/nouveau/kms/nv50-: split each resource type into their own source files
Ben Skeggs
1
-2482
/
+11
2018-05-18
drm/nouveau/kms/nv50: abstract OR interfaces so the code can be split
Ben Skeggs
1
-78
/
+102
2018-05-18
drm/nouveau/kms/nv50: handle SetControlOutputResource from head
Ben Skeggs
1
-60
/
+55
2018-05-18
drm/nouveau/kms/nv50-: abstract head interfaces so the code can be split
Ben Skeggs
1
-14
/
+50
2018-05-18
drm/nouveau/kms/nv50: modify core allocation so the code can be split
Ben Skeggs
1
-81
/
+134
2018-05-18
drm/nouveau/kms/nv50-: modify base allocation so the code can be split
Ben Skeggs
1
-133
/
+105
2018-05-18
drm/nouveau/kms/nv50-: modify cursor allocation so the code can be split
Ben Skeggs
1
-65
/
+71
2018-05-18
drm/nouveau/kms/nv50-: modify overlay allocation so the code can be split
Ben Skeggs
1
-98
/
+179
2018-05-18
drm/nouveau/kms/nv50-: move fb ctxdma tracking into windows
Ben Skeggs
1
-79
/
+84
2018-05-18
drm/nouveau/kms/nv50-: fix i2c-over-aux on anx9805
Ben Skeggs
1
-2
/
+1
2018-05-18
drm/nouveau/kms/nv50-: move code underneath dispnv50/
Ben Skeggs
1
-0
/
+4542
Privacy Policy