index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
pv88060-regulator.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-19
drm/i915: Drop the redundant hdmi prefix/suffix from a lot of variables
Ville Syrjälä
1
-33
/
+30
2017-10-19
drm/i915: Unify error handling for missing DDI buf trans tables
Ville Syrjälä
1
-5
/
+22
2017-10-19
drm/i915: Centralize the SKL DDI A/E vs. B/C/D buf trans handling
Ville Syrjälä
1
-26
/
+34
2017-10-19
drm/i915: Kill off the BXT buf_trans default_index
Ville Syrjälä
1
-46
/
+34
2017-10-19
drm/i915: Pass encoder type to cnl_ddi_vswing_sequence() explicitly
Ville Syrjälä
1
-28
/
+25
2017-10-19
drm/i915: Integrate BXT into intel_ddi_dp_voltage_max()
Ville Syrjälä
2
-27
/
+46
2017-10-19
drm/i915: Pass the level to intel_prepare_hdmi_ddi_buffers()
Ville Syrjälä
1
-5
/
+4
2017-10-19
drm/i915: Pass the encoder type explicitly to skl_set_iboost()
Ville Syrjälä
1
-35
/
+22
2017-10-19
drm/i915: Extract intel_ddi_get_buf_trans_hdmi()
Ville Syrjälä
1
-22
/
+28
2017-10-19
drm/i915: Relocate intel_ddi_get_buf_trans_*() functions
Ville Syrjälä
1
-60
/
+55
2017-10-18
drm/i915: Flush the idle-worker for debugfs/i915_drop_caches
Chris Wilson
1
-8
/
+14
2017-10-18
drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.y
Juha-Pekka Heikkila
2
-6
/
+6
2017-10-18
drm/i915: Unify skylake plane disable
Juha-Pekka Heikkila
3
-20
/
+4
2017-10-18
drm/i915: Unify skylake plane update
Juha-Pekka Heikkila
3
-74
/
+6
2017-10-18
drm/i915: dspaddr_offset doesn't need to be more than local variable
Juha-Pekka Heikkila
2
-14
/
+6
2017-10-18
drm/i915: move adjusted_x/y from crtc to cache.
Juha-Pekka Heikkila
4
-11
/
+16
2017-10-18
drm/i915: Convert timers to use timer_setup()
Kees Cook
3
-20
/
+14
2017-10-18
drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
Harsha Sharma
1
-1
/
+1
2017-10-18
drm/i915: Fixup userptr mmu notifier registration error handling
Tvrtko Ursulin
1
-4
/
+6
2017-10-17
drm/i915: Use a mask when applying WaProgramL3SqcReg1Default
Oscar Mateo
3
-6
/
+13
2017-10-17
drm/i915: No need for RING_MAX_NONPRIV_SLOTS space
Oscar Mateo
1
-7
/
+1
2017-10-17
drm/i915/uc: Add pretty printer for uc firmware
Michal Wajdeczko
3
-35
/
+34
2017-10-17
drm/i915: Handle drm-layer errors in intel_dp_add_mst_connector
James Ausmus
3
-4
/
+37
2017-10-17
drm/i915/selftests: Silence the compiler for impossible errors
Chris Wilson
1
-2
/
+2
2017-10-17
drm/i915: Report -EFAULT before pwrite fast path into shmemfs
Chris Wilson
1
-0
/
+3
2017-10-17
drm/i915: Remove mostly duplicated video DIP handling from PSR code
Ville Syrjälä
3
-43
/
+19
2017-10-17
drm/plane: drop num_overlay_planes (v3)
Dave Airlie
3
-44
/
+16
2017-10-16
drm/i915/cnl: Fix PLL initialization for HDMI.
Rodrigo Vivi
1
-1
/
+1
2017-10-16
drm/i915/cnl: Fix PLL mapping.
Rodrigo Vivi
1
-2
/
+1
2017-10-16
drm/i915: Add in-flight request details to intel_engine_dump()
Chris Wilson
2
-65
/
+19
2017-10-16
drm/i915: Skip HW reinitialisation on resume if still wedged
Chris Wilson
1
-2
/
+8
2017-10-16
drm/i915: Trim struct_mutex hold duration for i915_gem_free_objects
Chris Wilson
1
-8
/
+8
2017-10-16
drm/i915: Only free the oldest stale object before a fresh allocation
Chris Wilson
2
-2
/
+13
2017-10-16
drm/i915: Set our shrinker->batch to 4096 (~16MiB)
Chris Wilson
2
-7
/
+38
2017-10-16
drm/i915: Wire up shrinkctl->nr_scanned
Chris Wilson
1
-1
/
+1
2017-10-16
drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
Chris Wilson
10
-68
/
+132
2017-10-16
drm/i915: Remove walk over obj->vma_list for the shrinker
Chris Wilson
3
-21
/
+16
2017-10-16
drm/i915: Drop debugfs/i915_gem_pin_display
Chris Wilson
1
-5
/
+0
2017-10-16
drm/i915: Rename obj->pin_display to obj->pin_global
Chris Wilson
4
-19
/
+20
2017-10-16
drm/i915: Refactor testing obj->mm.pages
Chris Wilson
7
-19
/
+27
2017-10-16
drm/i915/cnl: WaRsUseTimeoutMode
Rodrigo Vivi
2
-2
/
+10
2017-10-16
drm/i915/huc: Move fw select function
Michal Wajdeczko
1
-36
/
+36
2017-10-16
drm/i915/guc: Update Guc messages on load failure
Michal Wajdeczko
1
-4
/
+5
2017-10-16
drm/i915/uc: Unify firmware loading
Michal Wajdeczko
4
-95
/
+93
2017-10-16
drm/i915: Update DMC firmware load error messages
Michal Wajdeczko
2
-15
/
+17
2017-10-16
drm/i915/uc: Add message with firmware url
Michal Wajdeczko
2
-0
/
+4
2017-10-16
drm/i915/uc: Improve debug messages in firmware fetch
Michal Wajdeczko
1
-29
/
+46
2017-10-16
drm/i915/guc: Pick better place for Guc final status message
Michal Wajdeczko
2
-6
/
+6
2017-10-16
drm/i915/uc: Check all firmwares against WOPCM size
Michal Wajdeczko
1
-8
/
+9
2017-10-16
drm/i915/guc: Reorder functions in intel_guc_fw.c
Michal Wajdeczko
1
-40
/
+41
[next]