index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-15
drm/i915: Update DRIVER_DATE to 20170515
drm-intel-next-2017-05-15
Daniel Vetter
1
-2
/
+2
2017-05-13
drm/i915/perf: rate limit spurious oa report notice
Robert Bragg
2
-1
/
+33
2017-05-13
drm/i915/perf: better pipeline aged/aging tail updates
Robert Bragg
1
-18
/
+23
2017-05-13
drm/i915/perf: improve invalid OA format debug message
Robert Bragg
1
-2
/
+4
2017-05-13
drm/i915/perf: improve tail race workaround
Robert Bragg
2
-96
/
+241
2017-05-13
drm/i915/perf: no head/tail ref in gen7_oa_read
Robert Bragg
1
-32
/
+18
2017-05-13
drm/i915/perf: avoid read back of head register
Robert Bragg
2
-25
/
+32
2017-05-13
drm/i915/perf: avoid poll, read, EAGAIN busy loops
Robert Bragg
1
-1
/
+9
2017-05-13
drm/i915/perf: fix gen7_append_oa_reports comment
Robert Bragg
1
-1
/
+1
2017-05-12
drm/i915: Restore brightness level in aux backlight driver
Puthikorn Voravootivat
1
-0
/
+1
2017-05-12
drm/i915: Set backlight mode before enable backlight
Puthikorn Voravootivat
1
-2
/
+2
2017-05-12
drm/i915: Correctly enable backlight brightness adjustment via DPCD
Puthikorn Voravootivat
1
-6
/
+27
2017-05-12
drm/i915: Fix cap check for intel_dp_aux_backlight driver
Puthikorn Voravootivat
1
-0
/
+1
2017-05-12
drm/i915: don't do allocate_va_range again on PIN_UPDATE
Matthew Auld
1
-4
/
+8
2017-05-12
drm/i915: set initialised only when init_context callback is NULL
Chuanxiao Dong
1
-1
/
+1
2017-05-11
drm/i915: Do not sync RCU during shrinking
Joonas Lahtinen
1
-5
/
+0
2017-05-11
drm/i915/guc: Make scratch register base and count flexible
Michal Wajdeczko
2
-7
/
+41
2017-05-11
drm/i915/guc: Move notification code into virtual function
Michal Wajdeczko
2
-1
/
+18
2017-05-11
drm/i915: Remove vma unpin in intel_plane_destroy
Maarten Lankhorst
1
-17
/
+1
2017-05-11
drm/i915: Fix hw state verifier access to crtc->state.
Maarten Lankhorst
1
-10
/
+14
2017-05-11
drm/i915/guc: Dump the GuC stage descriptor pool in debugfs
Oscar Mateo
1
-5
/
+71
2017-05-10
drm/i915: Fix __intel_wait_for_register_fw to not sleep in atomic
Daniel Vetter
1
-2
/
+2
2017-05-10
drm/i915: Simplify cursor register write sequence
Ville Syrjälä
1
-35
/
+34
2017-05-10
drm/i915: Relax 845/865 CURBASE alignemnt requirement to 32 bytes
Ville Syrjälä
1
-0
/
+2
2017-05-10
drm/i915: Handle fb offset and src coordinates for cursors
Ville Syrjälä
1
-2
/
+25
2017-05-10
drm/i915: Fix gen3 physical cursor alignment requirements
Ville Syrjälä
1
-2
/
+12
2017-05-10
drm/i915: Support variable cursor height on ivb+
Ville Syrjälä
3
-8
/
+36
2017-05-10
drm/i915: Use fb->pitches[0] in cursor code
Ville Syrjälä
1
-30
/
+18
2017-05-10
drm/i915: Generalize cursor size checks a bit
Ville Syrjälä
1
-21
/
+13
2017-05-10
drm/i915: Split cursor check_plane into i845 and i9xx variants
Ville Syrjälä
1
-104
/
+171
2017-05-10
drm/i915: Drop useless posting reads from cursor commit
Ville Syrjälä
1
-17
/
+15
2017-05-10
drm/i915: Move cursor position and base handling into the platform specific f...
Ville Syrjälä
1
-46
/
+49
2017-05-10
drm/i915: Refactor CURPOS calculation
Ville Syrjälä
1
-15
/
+22
2017-05-10
drm/i915: Clean up cursor junk from intel_crtc
Ville Syrjälä
3
-89
/
+47
2017-05-10
drm/i915: Refactor CURBASE calculation
Ville Syrjälä
1
-20
/
+29
2017-05-10
drm/i915: Pass intel_plane and intel_crtc to plane hooks
Ville Syrjälä
4
-129
/
+104
2017-05-10
drm/i915: Parametrize cursor/primary pipe select bits
Ville Syrjälä
2
-11
/
+5
2017-05-10
drm/i915: Add support for sprites on g4x
Ville Syrjälä
3
-12
/
+12
2017-05-10
drm/i915: Add g4x watermark tracepoint
Ville Syrjälä
2
-0
/
+54
2017-05-10
drm/i915: Enable HPLL watermarks on g4x
Ville Syrjälä
1
-1
/
+2
2017-05-10
drm/i915: Two stage watermarks for g4x
Ville Syrjälä
5
-226
/
+791
2017-05-10
drm/i915: Apply the g4x TLB miss w/a to SR watermarks as well
Ville Syrjälä
1
-6
/
+9
2017-05-10
drm/i915: Refactor wm calculations
Ville Syrjälä
1
-72
/
+149
2017-05-10
drm/i915: Refactor the g4x TLB miss w/a to a helper
Ville Syrjälä
1
-7
/
+20
2017-05-10
drm/i915: Fix the g4x watermark TLB miss workaround
Ville Syrjälä
1
-5
/
+6
2017-05-10
drm/i915: Fix cursor 'cpp' in watermark calculatins for old platforms
Ville Syrjälä
1
-5
/
+5
2017-05-10
drm/i915: Document CxSR
Ville Syrjälä
1
-0
/
+37
2017-05-10
drm/i915: Make vlv/chv watermark debug print less cryptic
Ville Syrjälä
1
-1
/
+1
2017-05-10
drm/i915: Rename bunch of vlv_ watermark structures to g4x_
Ville Syrjälä
3
-14
/
+14
2017-05-10
drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/
Ville Syrjälä
1
-9
/
+9
[next]