index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-30
drm/i915: Update DRIVER_DATE to 20150130
drm-intel-next-2015-01-30
Daniel Vetter
1
-1
/
+1
2015-01-30
drm/i915: Use pipe_config's cpu_transcoder for reading encoder hw state
Ander Conselvan de Oliveira
2
-2
/
+2
2015-01-30
drm/i915: Fix a use-after-free in intel_execlists_retire_requests
Nick Hoath
1
-1
/
+1
2015-01-30
drm/i915: Split shared dpll setup out of __intel_set_mode()
Ander Conselvan de Oliveira
1
-17
/
+33
2015-01-30
drm/i915: Don't do posting reads on getting forcewake
Mika Kuoppala
1
-1
/
+0
2015-01-30
drm/i915: Do uncore early sanitize after domain init
Mika Kuoppala
1
-8
/
+30
2015-01-30
drm/i915: Handle CHV in vlv_set_rps_idle()
Ville Syrjälä
1
-5
/
+3
2015-01-29
drm/i915: Remove nested work in gpu error handling
Mika Kuoppala
4
-24
/
+24
2015-01-29
drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions therein
Jani Nikula
4
-120
/
+0
2015-01-29
drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it static
Jani Nikula
3
-41
/
+37
2015-01-29
drm/i915/dsi: remove old read/write functions in favor of new stuff
Jani Nikula
2
-331
/
+0
2015-01-29
drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfers
Jani Nikula
1
-18
/
+34
2015-01-29
drm/i915/dsi: add drm mipi dsi host support
Jani Nikula
4
-4
/
+180
2015-01-29
drm/i915/dsi: switch to drm_panel interface
Jani Nikula
4
-119
/
+157
2015-01-28
drm/i915/skl: Enabling PSR on Skylake
Sonika Jindal
3
-3
/
+31
2015-01-28
Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"
Chris Wilson
1
-1
/
+1
2015-01-28
drm/i915: Be consistent on printing seqnos
Mika Kuoppala
1
-4
/
+4
2015-01-28
drm/i915: Display current hangcheck status in debugfs
Chris Wilson
1
-0
/
+36
2015-01-28
drm/i915: Convert hangcheck from a timer into a delayed work item
Chris Wilson
5
-18
/
+32
2015-01-28
agp/intel: Serialise after GTT updates
Chris Wilson
1
-7
/
+7
2015-01-27
drivers: gpu: drm: i915: intel_fifo_underrun.c: Fix a typo in comment
Kumar Amit Mehta
1
-1
/
+1
2015-01-27
drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4)
Matt Roper
3
-0
/
+14
2015-01-27
drm/i915: Switch plane properties to full atomic helper.
Matt Roper
3
-27
/
+11
2015-01-27
drm/i915: Add crtc state duplication/destruction functions
Matt Roper
3
-0
/
+40
2015-01-27
drm/i915: Add atomic_get_property entrypoint for connectors (v2)
Matt Roper
11
-0
/
+51
2015-01-27
drm/i915: Setup dummy atomic state for connectors (v3)
Matt Roper
10
-0
/
+50
2015-01-27
drm/i915: Add main atomic entrypoints (v2)
Matt Roper
4
-0
/
+174
2015-01-27
drm/i915: Add .atomic_{get, set}_property() entrypoints to planes
Matt Roper
3
-0
/
+68
2015-01-27
drm/i915: Consolidate plane handler vtables
Matt Roper
3
-22
/
+5
2015-01-27
drm/i915: Move rotation from intel_plane to drm_plane_state
Matt Roper
5
-42
/
+75
2015-01-27
drm/i915: Use intel_gpu_freq() and intel_freq_opcode()
Ville Syrjälä
4
-81
/
+52
2015-01-27
drm/i915: Add intel_gpu_freq() and intel_freq_opcode()
Ville Syrjälä
2
-12
/
+20
2015-01-27
drm/i915: Add gt_act_freq_mhz sysfs file
Ville Syrjälä
1
-1
/
+34
2015-01-27
drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq change
Ville Syrjälä
1
-22
/
+22
2015-01-27
drm/i915: DRRS calls based on frontbuffer
Vandana Kannan
3
-0
/
+56
2015-01-27
drm/i915: Enable/disable DRRS
Vandana Kannan
3
-0
/
+59
2015-01-27
drm/i915: Initialize DRRS delayed work
Vandana Kannan
1
-8
/
+30
2015-01-27
drm/i915: Use symbolic irqreturn for ->hpd_pulse
Daniel Vetter
3
-9
/
+13
2015-01-27
drm/i915/dsi: add some constness to vbt panel driver
Jani Nikula
1
-8
/
+9
2015-01-27
drm/i915/dsi: remove unnecessary dsi device callbacks
Jani Nikula
3
-92
/
+5
2015-01-27
drm/i915/dsi: call wait_for_dsi_fifo_empty() for each dsi port
Jani Nikula
2
-19
/
+10
2015-01-27
drm/i915/dsi: move wait_for_dsi_fifo_empty to intel_dsi.c
Jani Nikula
3
-17
/
+16
2015-01-27
drm/i915/dsi: set max return packet size for each dsi port
Jani Nikula
1
-5
/
+5
2015-01-27
drm/i915/dsi: call dpi_send_cmd() for each dsi port at a higher level
Jani Nikula
3
-19
/
+16
2015-01-27
drm/i915: Change VLV WIZ hashing mode to 16x4
Ville Syrjälä
1
-0
/
+11
2015-01-27
drm/i915: Change CHV WIZ hashing mode to 16x4
Ville Syrjälä
1
-0
/
+12
2015-01-27
drm/i915: Drop some more CHV pre-production workarounds
Ville Syrjälä
1
-5
/
+1
2015-01-27
drm/i915: Implement Wa4x4STCOptimizationDisable:chv
Ville Syrjälä
1
-0
/
+4
2015-01-27
drm/i915: Simplify flush_cpu_write_domain
Daniel Vetter
1
-8
/
+6
2015-01-27
drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()
Damien Lespiau
1
-3
/
+3
[next]