index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
drm/radeon/kms: call r100_cp_disable rather than duplicating code.
Jerome Glisse
2009-09-10
2
-2
/
+4
|
*
drm/radeon/kms: wait for cp idle before stopping it.
Jerome Glisse
2009-09-10
2
-0
/
+78
|
*
drm/radeon/r600: fix legacy blit code
Alex Deucher
2009-09-10
1
-17
/
+12
|
*
drm/radeon/r600: use fence->timeout directly
Alex Deucher
2009-09-09
1
-10
/
+1
|
*
drm/radeon/kms: re-apply 2007d633d639c896396e4c4b53b38068f3831307
Alex Deucher
2009-09-09
1
-2
/
+8
|
*
drm/radeon/kms: don't allow ERESTART to hit userspace.
Dave Airlie
2009-09-08
1
-3
/
+7
|
*
drm: prune modes when output is disconnected.
Adam Jackson
2009-09-08
1
-2
/
+2
|
*
drm: shut the EDID warnings up.
Adam Jackson
2009-09-08
1
-3
/
+0
|
*
drm/i915: get the bridge device once.
Dave Airlie
2009-09-08
3
-55
/
+44
|
*
drm/radeon/kms: lower debugging on dpms events.
Dave Airlie
2009-09-08
1
-7
/
+6
|
*
drm/kms/radeon: make kms default a runtime option
Dave Airlie
2009-09-08
4
-17
/
+12
|
*
drm/kms: fix kms helper license + Kconfig
Dave Airlie
2009-09-08
4
-7
/
+11
|
*
drm/radeon/kms: add r600 KMS support
Jerome Glisse
2009-09-08
33
-606
/
+8289
|
*
drm/radeon/kms: add initial radeon tv-out support.
Dave Airlie
2009-09-08
15
-388
/
+1941
|
*
drm/radeon/kms: add rn50/r100/r200 CS tracker.
Dave Airlie
2009-09-08
11
-440
/
+1712
|
*
Merge intel drm-intel-next branch
Dave Airlie
2009-09-07
33
-321
/
+1474
|
|
\
|
|
*
drm/i915: Put the idle reclocking work on our private workqueue as well.
Eric Anholt
2009-09-06
1
-2
/
+2
|
|
*
drm/i915: Pad ringbuffer with NOOPs before wrapping
Chris Wilson
2009-09-06
4
-27
/
+50
|
|
*
drm/i915: do dynamic clock freq control only in kernel modesetting
Zhenyu Wang
2009-09-04
1
-0
/
+3
|
|
*
drm/I915: Use the CRT DDC to get the EDID for DVI-connector on Mac
Keith Packard
2009-09-04
1
-22
/
+74
|
|
*
drm/i915: fix tiling on IGDNG
Zhenyu Wang
2009-09-04
3
-8
/
+21
|
|
*
drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up.
Daniel Vetter
2009-09-04
1
-2
/
+2
|
|
*
drm/i915: remove open-coded drm_mode_object_find
Daniel Vetter
2009-09-04
1
-12
/
+8
|
|
*
drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR.
Eric Anholt
2009-09-04
1
-2
/
+2
|
|
*
drm/i915: i915_modeset is signed
Kyle McMartin
2009-09-04
1
-1
/
+1
|
|
*
drm/i915: add dynamic clock frequency control
Jesse Barnes
2009-09-04
9
-45
/
+704
|
|
*
drm/i915: Support IGD EOS
Shaohua Li
2009-09-04
3
-0
/
+51
|
|
*
drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TV
Zhao Yakui
2009-09-04
1
-48
/
+153
|
|
*
drm/i915: select TV format according to connector type
Ma Ling
2009-09-04
1
-0
/
+30
|
|
*
drm/i915: update debugfs interrupt info on IGDNG
Zhenyu Wang
2009-09-04
1
-10
/
+31
|
|
*
drm/i915: Add i915 register dumping debugfs file
Ben Gamari
2009-09-04
1
-0
/
+30
|
|
*
drm/i915: Move i915_gem_debugfs.c to i915_debugfs.c
Ben Gamari
2009-09-04
4
-13
/
+13
|
*
|
drm/kms: remove old std mode fallback code.
Dave Airlie
2009-09-07
1
-54
/
+2
|
*
|
drm/kms/i915: Add the default mode for CRT output without EDID
ykzhao
2009-09-07
1
-2
/
+5
|
*
|
drm/kms: add a function that can add the mode for the output device without EDID
Zhao Yakui
2009-09-07
1
-0
/
+46
|
*
|
drm/kms: try to find the std mode in DMT table
Zhao Yakui
2009-09-07
2
-12
/
+39
|
*
|
drm/kms: Add the default mode table
Zhao Yakui
2009-09-07
1
-0
/
+237
|
*
|
drm: split crtc/fb helpers into a separate module
Dave Airlie
2009-09-07
4
-5
/
+16
|
*
|
drm/radeon/kms: add updated registers from drm-fixes.
Dave Airlie
2009-09-07
3
-0
/
+5
|
*
|
drm/radeon/kms: block depthxy offset from use from userspace.
Dave Airlie
2009-09-07
3
-3
/
+0
|
*
|
drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULL
Maarten Maathuis
2009-09-02
1
-1
/
+2
|
*
|
drm/crtc: fix mismerge of last patch.
Dave Airlie
2009-09-02
1
-2
/
+2
|
*
|
drm/kms: add explicit encoder disable function and detach harder.
Dave Airlie
2009-09-02
1
-4
/
+20
|
*
|
drm: fix drm_cache.c for arch with no support.
Dave Airlie
2009-09-02
1
-6
/
+3
|
*
|
drm/mm: add ability to dump mm lists via debugfs
Dave Airlie
2009-09-02
2
-0
/
+77
|
*
|
drm: fix two issues with fb consolidation.
Dave Airlie
2009-08-31
2
-2
/
+2
|
*
|
drm: use proc_create_data()
Alexey Dobriyan
2009-08-31
1
-6
/
+7
|
*
|
drm/kms: Parse the detailed time info in CEA-EDID
Zhao Yakui
2009-08-31
1
-1
/
+119
|
*
|
drm/kms: move driver specific fb common code to helper functions (v2)
Dave Airlie
2009-08-31
9
-1309
/
+823
|
*
|
drm/r128: Add test for initialisation to all ioctls that require it
Ben Hutchings
2009-08-31
3
-21
/
+41
[prev]
[next]