index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: extract i915_memcpy.h from i915_drv.h
Jani Nikula
2019-08-09
7
-21
/
+38
*
drm/i915: extract i915_suspend.h from i915_drv.h
Jani Nikula
2019-08-09
4
-4
/
+16
*
drm/i915: extract i915_sysfs.h from i915_drv.h
Jani Nikula
2019-08-09
4
-4
/
+16
*
drm/i915: extract i915_perf.h from i915_drv.h
Jani Nikula
2019-08-09
5
-16
/
+35
*
drm/i915: move printing and load error inject to i915_utils.[ch]
Jani Nikula
2019-08-09
5
-97
/
+109
*
drm/i915: move I915_STATE_WARN() and _ON() to intel_display.h
Jani Nikula
2019-08-09
2
-18
/
+18
*
drm/i915: move add_taint_for_CI() to i915_utils.h
Jani Nikula
2019-08-09
2
-11
/
+11
*
drm/i915: remove unused dev_priv->no_aux_handshake
Jani Nikula
2019-08-09
2
-7
/
+0
*
drm/i915: Make debugfs/per_file_stats scale better
Chris Wilson
2019-08-08
1
-23
/
+38
*
drm/i915: Only include active engines in the capture state
Chris Wilson
2019-08-08
2
-141
/
+104
*
drm/i915: Defer final intel_wakeref_put to process context
Chris Wilson
2019-08-08
16
-131
/
+300
*
drm/i915/selftests: Fixup a missing legacy_idx
Chris Wilson
2019-08-08
3
-1
/
+5
*
drm/i915/tgl: Fix the read of the DDI that transcoder is attached to
José Roberto de Souza
2019-08-08
2
-3
/
+4
*
drm/i915: Get transcoder power domain before reading its register
José Roberto de Souza
2019-08-08
1
-0
/
+8
*
drm/i915: Fix up the inverse mapping for default ctx->engines[]
Chris Wilson
2019-08-08
7
-6
/
+63
*
drm/i915: Allocate kernel_contexts directly
Chris Wilson
2019-08-08
5
-75
/
+90
*
drm/i915/selftests: Pass intel_context to mock_request
Chris Wilson
2019-08-08
3
-23
/
+25
*
drm/i915/tgl/dsi: Enable blanking packets during BLLP for video mode
Vandita Kulkarni
2019-08-08
2
-0
/
+6
*
drm/i915/tgl: Add mipi dsi support for TGL
Vandita Kulkarni
2019-08-08
1
-0
/
+1
*
drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping
Vandita Kulkarni
2019-08-08
1
-2
/
+8
*
drm/i915/tgl/dsi: Do not override TA_SURE
Vandita Kulkarni
2019-08-08
1
-12
/
+14
*
drm/i915/tgl/dsi: Set latency PCS_DW1 for tgl
Vandita Kulkarni
2019-08-08
1
-2
/
+2
*
drm/i915/tgl/dsi: Program TRANS_VBLANK register
Vandita Kulkarni
2019-08-08
1
-0
/
+9
*
drm/i915: split out intel_pch.[ch] from i915_drv.[ch]
Jani Nikula
2019-08-08
5
-253
/
+276
*
drm/i915/uc: Hardening firmware fetch
Michal Wajdeczko
2019-08-07
2
-47
/
+99
*
drm/i915/uc: WOPCM programming errors are not always real
Michal Wajdeczko
2019-08-07
1
-5
/
+7
*
drm/i915: Make wopcm_to_i915() private
Michal Wajdeczko
2019-08-07
2
-5
/
+5
*
drm/i915: Don't try to partition WOPCM without GuC firmware
Michal Wajdeczko
2019-08-07
1
-1
/
+1
*
drm/i915/uc: Don't fetch HuC fw if GuC fw fetch already failed
Michal Wajdeczko
2019-08-07
3
-6
/
+10
*
drm/i915/uc: HuC firmware can't be supported without GuC
Michal Wajdeczko
2019-08-07
4
-10
/
+21
*
drm/i915/uc: Prefer dev_info for reporting options
Michal Wajdeczko
2019-08-07
1
-9
/
+16
*
drm/i915/perf: Refactor oa object to better manage resources
Umesh Nerlige Ramappa
2019-08-07
18
-589
/
+596
*
drm/i915: Isolate i915_getparam_ioctl()
Chris Wilson
2019-08-07
4
-167
/
+172
*
drm/i915: Include the DRIVER_DATE in the error state
Chris Wilson
2019-08-07
1
-0
/
+1
*
drm/i915: Fix some NULL vs IS_ERR() conditions
Dan Carpenter
2019-08-07
1
-10
/
+10
*
drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
Chris Wilson
2019-08-07
1
-4
/
+8
*
drm/i915: Rename engines to match their user interface
Chris Wilson
2019-08-07
4
-42
/
+51
*
drm/i915: Drop expectations of VM_IO from our GGTT mmappings
Chris Wilson
2019-08-07
1
-3
/
+2
*
drm/i915: abstract display suspend/resume operations
Rodrigo Vivi
2019-08-07
3
-71
/
+84
*
drm/i915: move property enums to intel_display_types.h
Jani Nikula
2019-08-07
2
-12
/
+14
*
drm/i915: remove unnecessary includes of intel_display_types.h header
Jani Nikula
2019-08-07
14
-24
/
+7
*
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
2019-08-07
72
-77
/
+86
*
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
2019-08-07
19
-2
/
+20
*
drm/i915/tc: un-inline intel_tc_port_ref_held()
Jani Nikula
2019-08-07
2
-7
/
+9
*
drm/i915/mst: un-inline intel_dp_mst_encoder_active_links()
Jani Nikula
2019-08-07
2
-7
/
+8
*
drm/i915/bw: make intel_atomic_get_bw_state() static
Jani Nikula
2019-08-07
2
-15
/
+14
*
drm/i915/irq: un-inline functions to avoid i915_drv.h include
Jani Nikula
2019-08-07
2
-20
/
+29
*
drm/i915/sprite: un-inline icl_is_hdr_plane()
Jani Nikula
2019-08-07
2
-7
/
+7
*
drm/i915: move intel_display.c function declarations
Jani Nikula
2019-08-07
3
-149
/
+171
*
drm/i915/dmc: Load DMC on TGL
Anusha Srivatsa
2019-08-06
1
-0
/
+7
[next]