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
path:
root
/
drivers
/
gpu
/
drm
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
2020-11-27
27
-128
/
+331
|
|
\
\
\
|
*
|
|
|
irq_work: Cleanup
Peter Zijlstra
2020-11-24
1
-2
/
+2
*
|
|
|
|
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-12-14
133
-3056
/
+7438
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...
Dave Airlie
2020-12-03
43
-929
/
+2256
|
|
\
\
\
\
\
|
|
*
|
|
|
|
drm/i915/display: Defer initial modeset until after GGTT is initialised
Chris Wilson
2020-11-26
1
-10
/
+10
|
|
*
|
|
|
|
Merge tag 'gvt-next-2020-11-23' of https://github.com/intel/gvt-linux into dr...
Jani Nikula
2020-11-24
14
-10
/
+338
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
drm/i915/gvt: treat intel_gvt_mpt as const in gvt code
Julian Stecklina
2020-11-23
4
-4
/
+4
|
|
|
*
|
|
|
|
drm/i915/gvt: replace idr_init() by idr_init_base()
Deepak R Varma
2020-11-11
2
-2
/
+2
|
|
|
*
|
|
|
|
drm/i915/gvt: Fix virtual display setup for BXT/APL
Colin Xu
2020-11-10
2
-0
/
+184
|
|
|
*
|
|
|
|
drm/i915: Add GVT resume routine to i915
Colin Xu
2020-11-10
1
-0
/
+2
|
|
|
*
|
|
|
|
drm/i915/gvt: Save/restore HW status to support GVT suspend/resume
Colin Xu
2020-11-10
8
-3
/
+145
|
|
|
*
|
|
|
|
drm/i915/gvt: correct a false comment of flag F_UNALIGN
Yan Zhao
2020-11-10
1
-1
/
+1
|
|
*
|
|
|
|
|
drm/i915/dg1: Enable ports
Aditya Swarup
2020-11-20
1
-4
/
+4
|
|
*
|
|
|
|
|
drm/i915: Do not call hsw_set_frame_start_delay for dsi
Manasi Navare
2020-11-19
1
-5
/
+3
|
|
*
|
|
|
|
|
drm/i915/display: Whitespace cleanups
Chris Wilson
2020-11-19
1
-12
/
+11
|
|
*
|
|
|
|
|
drm/i915/perf: workaround register corruption in OATAILPTR
Lionel Landwerlin
2020-11-19
2
-2
/
+9
|
|
*
|
|
|
|
|
drm/i915: Enable bigjoiner
Ville Syrjälä
2020-11-18
1
-3
/
+0
|
|
*
|
|
|
|
|
drm/i915: Add bigjoiner state dump
Ville Syrjälä
2020-11-18
1
-0
/
+4
|
|
*
|
|
|
|
|
drm/i915: Fix cursor src/dst rectangle with bigjoiner
Ville Syrjälä
2020-11-18
1
-2
/
+4
|
|
*
|
|
|
|
|
drm/i915: Disable legacy cursor fastpath for bigjoiner
Ville Syrjälä
2020-11-18
1
-1
/
+3
|
|
*
|
|
|
|
|
drm/i915: Add debugfs dumping for bigjoiner, v3.
Maarten Lankhorst
2020-11-18
1
-1
/
+24
|
|
*
|
|
|
|
|
drm/i915: Add bigjoiner aware plane clipping checks
Maarten Lankhorst
2020-11-18
4
-24
/
+80
|
|
*
|
|
|
|
|
drm/i915: Get the uapi state from the correct plane when bigjoiner is used
Ville Syrjälä
2020-11-18
3
-21
/
+46
|
|
*
|
|
|
|
|
drm/i915: Add planes affected by bigjoiner to the state
Ville Syrjälä
2020-11-18
1
-0
/
+42
|
|
*
|
|
|
|
|
drm/i915: Add crtcs affected by bigjoiner to the state
Ville Syrjälä
2020-11-18
1
-0
/
+25
|
|
*
|
|
|
|
|
drm/i915: HW state readout for Bigjoiner case
Manasi Navare
2020-11-18
4
-109
/
+238
|
|
*
|
|
|
|
|
drm/i915/dp: Master/Slave enable/disable sequence for bigjoiner
Manasi Navare
2020-11-18
2
-25
/
+118
|
|
*
|
|
|
|
|
drm/i915/dp: Modify VDSC helpers to configure DSC for Bigjoiner slave
Manasi Navare
2020-11-18
6
-117
/
+110
|
|
*
|
|
|
|
|
drm/i915: Try to make bigjoiner work in atomic check
Maarten Lankhorst
2020-11-18
3
-10
/
+175
|
|
*
|
|
|
|
|
drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3.
Maarten Lankhorst
2020-11-18
7
-20
/
+76
|
|
*
|
|
|
|
|
drm/i915: Copy the plane hw state directly for Y planes
Ville Syrjälä
2020-11-18
3
-1
/
+15
|
|
*
|
|
|
|
|
drm/i915: Fix the DDI encoder names
Ville Syrjälä
2020-11-18
1
-3
/
+6
|
|
*
|
|
|
|
|
drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms
Bob Paauwe
2020-11-17
2
-4
/
+15
|
|
*
|
|
|
|
|
drm/i915: Handle max_bpc==16
Ville Syrjälä
2020-11-17
1
-1
/
+2
|
|
*
|
|
|
|
|
drm/i915: Relocate cnl_get_ddi_pll()
Ville Syrjälä
2020-11-16
1
-24
/
+24
|
|
*
|
|
|
|
|
drm/i915: Use actual readout results for .get_freq()
Ville Syrjälä
2020-11-16
4
-38
/
+54
|
|
*
|
|
|
|
|
drm/i915: Move intel_dpll_get_hw_state() into the hsw+ platform specific func...
Ville Syrjälä
2020-11-16
1
-16
/
+52
|
|
*
|
|
|
|
|
drm/i915: Introduce intel_dpll_get_hw_state()
Ville Syrjälä
2020-11-16
3
-9
/
+28
|
|
*
|
|
|
|
|
drm/i915: Remove skl_adjusted_plane_pixel_rate()
Ville Syrjälä
2020-11-16
1
-25
/
+2
|
|
*
|
|
|
|
|
drm/i915: Store plane relative data rate in crtc_state
Ville Syrjälä
2020-11-16
2
-37
/
+50
|
|
*
|
|
|
|
|
drm/i915: Precompute can_sagv for each wm level
Ville Syrjälä
2020-11-16
2
-13
/
+9
|
|
*
|
|
|
|
|
drm/i915: Pimp the watermark documentation a bit
Ville Syrjälä
2020-11-15
1
-23
/
+25
|
|
*
|
|
|
|
|
drm/i915: Nuke intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code
Ville Syrjälä
2020-11-15
2
-16
/
+27
|
|
*
|
|
|
|
|
drm/i915: Pass intel_atomic_state around
Ville Syrjälä
2020-11-15
1
-11
/
+13
|
|
*
|
|
|
|
|
drm/i915/dp: Add from_crtc_state to copy color blobs
Manasi Navare
2020-11-15
3
-6
/
+10
|
|
*
|
|
|
|
|
drm/i915: Pass intel_atomic_state instead of drm_atomic_state
Manasi Navare
2020-11-15
1
-14
/
+18
|
|
*
|
|
|
|
|
drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
Maarten Lankhorst
2020-11-13
3
-62
/
+92
|
|
*
|
|
|
|
|
drm/i915: Introduce intel_crtc_readout_derived_state()
Ville Syrjälä
2020-11-13
1
-16
/
+18
|
|
*
|
|
|
|
|
drm/i915: s/intel_mode_from_pipe_config/intel_mode_from_crtc_timings/
Ville Syrjälä
2020-11-13
2
-26
/
+24
|
|
*
|
|
|
|
|
drm/i915: Move hw.active assignment into intel_crtc_get_pipe_config()
Ville Syrjälä
2020-11-13
1
-4
/
+10
[prev]
[next]