index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-01
drm/i915/lvds: Disable panel-fitter on gen4 for 1:1 scale factors
Chris Wilson
1
-12
/
+15
2010-11-30
drm/i915/ringbuffer: Handle cliprects in the caller
Chris Wilson
5
-79
/
+67
2010-11-30
drm/i915: Move instruction state invalidation from execbuffer to flush
Chris Wilson
1
-11
/
+4
2010-11-28
drm/i915: Release fenced GTT mapping on suspend
Chris Wilson
1
-2
/
+9
2010-11-28
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2
-84
/
+27
2010-11-28
drm/i915/execbuffer: On error, starting unwinding from the previous object
Chris Wilson
1
-0
/
+3
2010-11-28
drm/i915: fix regression due to ba3d8d749b01548b9
Daniel Vetter
1
-25
/
+18
2010-11-26
drm/i915: Avoid allocation for execbuffer object list
Chris Wilson
4
-229
/
+199
2010-11-26
drm/i915: Split i915_gem_execbuffer into its own file.
Chris Wilson
4
-1152
/
+1188
2010-11-25
drm/i915: Defer accounting until read from debugfs
Chris Wilson
3
-128
/
+95
2010-11-25
drm/i915: Mark a few functions as __must_check
Chris Wilson
2
-56
/
+58
2010-11-25
drm/i915: Tweak on-error bbaddr parsing for clarity
Chris Wilson
1
-11
/
+8
2010-11-25
drm/i915: Only save and restore fences for UMS
Chris Wilson
2
-53
/
+61
2010-11-25
drm/i915: Add a mechanism for pipelining fence register updates
Daniel Vetter
2
-43
/
+98
2010-11-24
drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable
Chris Wilson
1
-3
/
+5
2010-11-24
drm/i915: More accurately track last fence usage by the GPU
Chris Wilson
3
-52
/
+78
2010-11-24
drm/i915: Rework execbuffer pinning
Chris Wilson
1
-23
/
+58
2010-11-24
drm/i915/sdvo: Always fallback to querying the shared DDC line
Chris Wilson
1
-45
/
+6
2010-11-23
drm/i915: Thread the pipelining ring through the callers.
Chris Wilson
4
-20
/
+18
2010-11-23
drm/i915: Extend hangcheck timeout
Chris Wilson
1
-1
/
+1
2010-11-23
drm/i915: Remove a defunct BUG_ON
Chris Wilson
1
-1
/
+0
2010-11-23
drm/i915: Move the implementation details of PIPE_CONTROL to the ringbuffer
Chris Wilson
3
-81
/
+97
2010-11-23
drm/i915: Record fence registers on error.
Chris Wilson
3
-0
/
+34
2010-11-23
drm/i915: Not all mappable regions require GTT fence regions
Chris Wilson
1
-31
/
+22
2010-11-23
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
16
-1157
/
+1019
2010-11-23
drm/i915: no more agp for gem
Daniel Vetter
2
-22
/
+50
2010-11-23
drm/i915: move gtt handling to i915_gem_gtt.c
Daniel Vetter
3
-11
/
+33
2010-11-23
drm/i915: restore gtt on resume in the drm instead of in intel-gtt.ko
Daniel Vetter
4
-0
/
+54
2010-11-23
drm/i915: track objects in the gtt
Daniel Vetter
2
-0
/
+8
2010-11-23
drm: kill drm_agp_chipset_flush
Daniel Vetter
1
-6
/
+0
2010-11-23
drm/i915/gtt: call chipset flush directly
Daniel Vetter
1
-5
/
+4
2010-11-23
drm/i915|intel-gtt: consolidate intel-gtt.h headers
Daniel Vetter
1
-1
/
+0
2010-11-23
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2
-179
/
+307
2010-11-23
drm/i915: Handle pagefaults in execbuffer user relocations
Chris Wilson
1
-168
/
+293
2010-11-23
drm/i915: Contract the magic IPS constants into a direct LUT
Chris Wilson
1
-160
/
+144
2010-11-23
agp/intel: Remove confusion of stolen entries not stolen memory
Chris Wilson
2
-3
/
+3
2010-11-23
drm/i915: Compute physical addresses from base of stolen memory
Chris Wilson
2
-122
/
+77
2010-11-23
drm/i915/panel: Restore saved value of BLC_PWM_CTL
Chris Wilson
1
-10
/
+42
2010-11-23
drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffers
Chris Wilson
2
-4
/
+4
2010-11-22
drm/i915/sdvo: Only enable HDMI encodings only if the commandset is supported
Chris Wilson
1
-11
/
+14
2010-11-22
drm/i915: Fix restore of 965 fence regs since the register tracing change.
Keith Packard
1
-32
/
+36
2010-11-22
drm/i915: Add support for GPU reset on gen6.
Eric Anholt
2
-0
/
+17
2010-11-22
drm/i915: Also reinit the BSD and BLT rings after a GPU reset.
Eric Anholt
1
-2
/
+7
2010-11-22
drm/i915: Correct a comment about the use of the workqueue.
Eric Anholt
1
-1
/
+1
2010-11-22
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
57
-430
/
+964
2010-11-22
Merge remote branch 'linus' into drm-intel-fixes
Chris Wilson
53
-307
/
+813
2010-11-22
drm/i915: Capture interesting display registers on error
Chris Wilson
5
-1
/
+127
2010-11-22
drm/i915: Capture pinned buffers on error
Chris Wilson
3
-56
/
+98
2010-11-21
drm/i915: Only save/restore cursor regs if !KMS
Chris Wilson
1
-20
/
+20
2010-11-21
drm/i915: Prevent integer overflow when validating the execbuffer
Chris Wilson
1
-1
/
+8
[next]