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
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
John Harrison
3
-20
/
+36
2015-06-23
drm/i915: Update i915_gpu_idle() to manage its own request
John Harrison
1
-1
/
+13
2015-06-23
drm/i915: Add flag to i915_add_request() to skip the cache flush
John Harrison
5
-12
/
+18
2015-06-23
drm/i915: Update execbuffer_move_to_active() to take a request structure
John Harrison
3
-5
/
+5
2015-06-23
drm/i915: Update move_to_gpu() to take a request structure
John Harrison
2
-13
/
+11
2015-06-23
drm/i915: Update the dispatch tracepoint to use params->request
John Harrison
2
-2
/
+2
2015-06-23
drm/i915: Add request to execbuf params and add explicit cleanup
John Harrison
2
-2
/
+12
2015-06-23
drm/i915: Update alloc_request to return the allocated request
John Harrison
5
-7
/
+15
2015-06-23
drm/i915: Simplify i915_gem_execbuffer_retire_commands() parameters
John Harrison
3
-13
/
+6
2015-06-23
drm/i915: Merged the many do_execbuf() parameters into a structure
John Harrison
4
-52
/
+70
2015-06-23
drm/i915: Set context in request from creation even in legacy mode
John Harrison
3
-22
/
+14
2015-06-23
drm/i915: Early alloc request in execbuff
John Harrison
1
-0
/
+7
2015-06-23
drm/i915: i915_add_request must not fail
John Harrison
7
-40
/
+31
2015-06-23
drm/i915: Reserve ring buffer space for i915_add_request() commands
John Harrison
5
-2
/
+153
2015-06-23
Merge remote-tracking branch 'airlied/drm-next' into HEAD
Daniel Vetter
3
-21
/
+11
2015-06-23
drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
Arun Siluvery
2
-0
/
+25
2015-06-23
drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
Arun Siluvery
1
-2
/
+5
2015-06-23
drm/i915/gen8: Re-order init pipe_control in lrc mode
Arun Siluvery
1
-3
/
+11
2015-06-23
drm/i915/gen8: Add infrastructure to initialize WA batch buffers
Arun Siluvery
2
-4
/
+240
2015-06-23
drm/i915: Report an error when i915.reset prevents a reset
Chris Wilson
4
-5
/
+4
2015-06-23
drm/i915: Fix up KMS Kconfig removal patch
Daniel Vetter
2
-3
/
+1
2015-06-23
Merge tag 'drm-intel-next-fixes-2015-06-22' of git://anongit.freedesktop.org/...
Dave Airlie
1
-21
/
+21
2015-06-22
drm/i915: Remove KMS Kconfig option
Chris Wilson
2
-22
/
+7
2015-06-22
drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOS
Chris Wilson
1
-6
/
+10
2015-06-22
drm/i915: Enforce execobject.alignment to be a power-of-two
Chris Wilson
1
-0
/
+3
2015-06-22
drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...
Rodrigo Vivi
5
-18
/
+13
2015-06-22
drm/i915: Factor out p2 divider selection for pre-ilk platforms
Ville Syrjälä
1
-48
/
+30
2015-06-22
drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins()
Jani Nikula
1
-11
/
+18
2015-06-22
drm/i915: move generic hotplug code into new intel_hotplug.c file
Jani Nikula
5
-422
/
+464
2015-06-22
drm/i915/irq: clarify irq storm related function naming
Jani Nikula
1
-6
/
+6
2015-06-22
drm/i915/irq: abstract irq storm hotplug disabling
Jani Nikula
1
-27
/
+50
2015-06-22
drm/i915/irq: move hotplug even debug print to second connector loop
Jani Nikula
1
-4
/
+2
2015-06-22
drm/i915: Make cdclk part of the atomic state.
Maarten Lankhorst
4
-145
/
+135
2015-06-22
drm/i915: Remove transitional references from intel_plane_atomic_check.
Maarten Lankhorst
1
-13
/
+6
2015-06-22
drm/i915: Make setting color key atomic.
Maarten Lankhorst
4
-53
/
+46
2015-06-22
drm/i915: Update less state during modeset.
Maarten Lankhorst
1
-50
/
+16
2015-06-22
drm/i915: atomic plane updates in a nutshell
Maarten Lankhorst
2
-84
/
+23
2015-06-22
drm/i915: Handle disabling planes better, v2.
Maarten Lankhorst
3
-22
/
+106
2015-06-22
drm/i915: Do not run most checks when there's no modeset.
Maarten Lankhorst
1
-11
/
+22
2015-06-22
drm/i915: Move crtc commit updates to separate functions.
Maarten Lankhorst
1
-58
/
+69
2015-06-22
drm/i915: move detaching scalers to begin_crtc_commit, v2.
Maarten Lankhorst
3
-8
/
+4
2015-06-22
drm/i915: remove force argument from disable_plane
Maarten Lankhorst
3
-19
/
+9
2015-06-22
drm/i915: clean up atomic plane check functions, v2.
Maarten Lankhorst
4
-45
/
+29
2015-06-22
drm/i915: clean up plane commit functions
Maarten Lankhorst
2
-27
/
+22
2015-06-22
drm/i915: Split plane updates of crtc->atomic into a helper, v2.
Maarten Lankhorst
4
-160
/
+176
2015-06-22
drm/i915: Split skl_update_scaler, v4.
Maarten Lankhorst
4
-107
/
+121
2015-06-22
drm/i915: Assign a new pll from the crtc check function, v2.
Maarten Lankhorst
1
-34
/
+26
2015-06-22
drm/i915: Move scaler setup to check crtc function, v2.
Maarten Lankhorst
2
-18
/
+14
2015-06-22
drm/i915: Add a simple atomic crtc check function, v2.
Maarten Lankhorst
2
-56
/
+75
2015-06-22
drm/i915: Clean up intel_atomic_setup_scalers slightly.
Maarten Lankhorst
3
-13
/
+11
[next]