index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Cleanup i915_param()
David Weinehall
2016-09-02
1
-55
/
+32
*
drm/i915: Drop mutex around clearing error state
Chris Wilson
2016-09-02
2
-18
/
+2
*
drm/i915: Update DRIVER_DATE to 20160902
Daniel Vetter
2016-09-02
1
-1
/
+1
*
drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_index
Joonas Lahtinen
2016-09-01
3
-8
/
+6
*
drm/i915: Fix other intel_dp warnings too.
Maarten Lankhorst
2016-08-31
1
-1
/
+3
*
drm/i915/backlight: handle enabled but zero duty cycle at module load
Jani Nikula
2016-08-29
1
-16
/
+24
*
drm/i915: Fix intel_display_crc_init for !DEBUGFS
Maarten Lankhorst
2016-08-29
1
-1
/
+1
*
drm/i915: Add missing parameter to intel_dp_set_drrs_state documentation.
Maarten Lankhorst
2016-08-29
1
-0
/
+1
*
drm/i915: remove leftover for_each_intel_crtc_masked
Jani Nikula
2016-08-29
1
-8
/
+0
*
drm/i915: Make for_each_engine_masked() more compact and quicker
Chris Wilson
2016-08-27
5
-12
/
+21
*
drm/i915: Tidy reporting busy status during i915_gem_retire_requests()
Chris Wilson
2016-08-27
1
-6
/
+6
*
drm/i915: Allow the user to pass a context to any ring
Chris Wilson
2016-08-26
1
-4
/
+1
*
drm/i915: Add GEN7_PCODE_MIN_FREQ_TABLE_GT_RATIO_OUT_OF_RANGE to SNB
Chris Wilson
2016-08-26
1
-0
/
+1
*
drm/i915/debugfs: Add panel delays for eDP
David Weinehall
2016-08-26
1
-2
/
+40
*
drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmaps
Chris Wilson
2016-08-26
3
-0
/
+61
*
drm/i915/skl: Update DDB values atomically with wms/plane attrs
Lyude
2016-08-25
3
-168
/
+132
*
drm/i915: Move CRTC updating in atomic_commit into it's own hook
Lyude
2016-08-25
2
-22
/
+54
*
drm/i915: Restore lost "Initialized i915" welcome message
Chris Wilson
2016-08-25
1
-0
/
+5
*
drm/i915: Force RC6 restore after system resume and reset
Chris Wilson
2016-08-24
1
-0
/
+2
*
drm/i915: Suppress DRM_ERROR for D_COMP write on Haswell
Chris Wilson
2016-08-24
1
-1
/
+1
*
Revert "drm/i915/fbc: Allow on unfenced surfaces, for recent gen"
Chris Wilson
2016-08-24
1
-4
/
+2
*
drm/i915: Eliminate redundant local variable definition
Pandiyan, Dhinakaran
2016-08-24
1
-8
/
+3
*
drm/i915/dp: Dump DP link status when link training stages fail
Pandiyan, Dhinakaran
2016-08-24
1
-0
/
+11
*
drm/i915/dp: Add debug messages to print DP link training pattern
Pandiyan, Dhinakaran
2016-08-24
1
-6
/
+7
*
drm/i915: free intel_fb
Matthew Auld
2016-08-24
1
-1
/
+1
*
drm/i915/dvo: Remove dangling call to drm_encoder_cleanup()
Chris Wilson
2016-08-24
1
-1
/
+0
*
drm/i915: Cleanup crt disable sequence on hsw+
Maarten Lankhorst
2016-08-24
4
-58
/
+56
*
drm/i915: Create a intel_encoder_find_connector helper function.
Maarten Lankhorst
2016-08-24
1
-8
/
+13
*
drm/i915/skl: Update plane watermarks atomically during plane updates
Lyude
2016-08-23
4
-18
/
+67
*
drm/i915: Use more atomic state in intel_color.c
Maarten Lankhorst
2016-08-23
1
-10
/
+14
*
drm/i915: Convert intel_dp to use atomic state
Maarten Lankhorst
2016-08-23
3
-69
/
+64
*
drm/i915: Convert intel_dp_mst to use atomic state
Maarten Lankhorst
2016-08-23
1
-31
/
+18
*
drm/i915: Convert intel_lvds to use atomic state
Maarten Lankhorst
2016-08-23
1
-11
/
+9
*
drm/i915: Convert intel_sdvo to use atomic state
Maarten Lankhorst
2016-08-23
1
-16
/
+11
*
drm/i915: Convert intel_dsi to use atomic state
Maarten Lankhorst
2016-08-23
1
-10
/
+11
*
drm/i915: Convert intel_dvo to use atomic state
Maarten Lankhorst
2016-08-23
1
-7
/
+5
*
drm/i915: Convert intel_crt to use atomic state
Maarten Lankhorst
2016-08-23
1
-5
/
+7
*
drm/i915: Remove unused loop from intel_dp_mst_compute_config
Maarten Lankhorst
2016-08-23
1
-18
/
+1
*
drm/i915: Make encoder->compute_config take the connector state
Maarten Lankhorst
2016-08-23
12
-17
/
+29
*
drm/i915: Pass crtc_state and connector_state to encoder functions
Maarten Lankhorst
2016-08-23
12
-126
/
+284
*
drm/i915: Walk over encoders in crtc enable/disable using atomic state.
Maarten Lankhorst
2016-08-23
1
-56
/
+134
*
drm/i915: Remove unused mode_set hook from encoder
Maarten Lankhorst
2016-08-23
1
-1
/
+0
*
drm/i915: Pass atomic state to crtc enable/disable functions
Maarten Lankhorst
2016-08-23
2
-20
/
+42
*
drm/i915: handle DP_MST correctly in bxt_get_dpll
Maarten Lankhorst
2016-08-23
1
-2
/
+8
*
drm/i915: Take forcewake once for the entire GMBUS transaction
Chris Wilson
2016-08-22
1
-68
/
+63
*
drm/i915: Fix nesting of filelist_mutex vs struct_mutex in i915_ppgtt_info
Chris Wilson
2016-08-22
1
-7
/
+9
*
drm/i915: Ignore stuck requests when considering hangs
Chris Wilson
2016-08-22
1
-1
/
+3
*
drm/i915: Allow DMA pagetables to use highmem
Chris Wilson
2016-08-22
1
-6
/
+12
*
drm/i915: Embed the scratch page struct into each VM
Chris Wilson
2016-08-22
2
-50
/
+32
*
drm/i915: debugfs spring cleaning
David Weinehall
2016-08-22
3
-442
/
+358
[next]