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
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
drm/i915/mtl: Add display power wells
Imre Deak
5
-1
/
+186
2022-09-12
drm/i915/mtl: Add gmbus and gpio support
Radhakrishna Sripada
2
-0
/
+16
2022-09-12
drm/i915: Move display and media IP version to runtime info
Radhakrishna Sripada
5
-43
/
+54
2022-09-12
drm/i915/gt: Extract function to apply media fuses
Lucas De Marchi
1
-65
/
+72
2022-09-12
drm/i915/gt: Use MEDIA_VER() when handling media fuses
Lucas De Marchi
1
-5
/
+4
2022-09-12
Revert "drm/i915/display: Re-add check for low voltage sku for max dp source rate"
Ville Syrjälä
1
-29
/
+3
2022-09-12
drm/i915/gt: Fix perf limit reasons bit positions
Ashutosh Dixit
1
-8
/
+8
2022-09-12
drm/i915/guc: Cancel GuC engine busyness worker synchronously
Umesh Nerlige Ramappa
1
-1
/
+6
2022-09-12
drm/i915: Set correct domains values at _i915_vma_move_to_active
Nirmoy Das
1
-1
/
+2
2022-09-12
drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
Ankit Nautiyal
3
-1
/
+3
2022-09-12
drm/i915/mtl: Hook up interrupts for standalone media
Matt Roper
4
-0
/
+31
2022-09-12
drm/i915/mtl: Use primary GT's irq lock for media GT
Matt Roper
17
-65
/
+80
2022-09-12
drm/i915/xelpmp: Expose media as another GT
Matt Roper
7
-0
/
+84
2022-09-12
drm/i915/mtl: Add gsi_offset when emitting aux table invalidation
Matt Roper
3
-9
/
+18
2022-09-12
drm/i915/uncore: Add GSI offset to uncore
Matt Roper
3
-4
/
+41
2022-09-12
drm/i915: Handle each GT on init/release and suspend/resume
Matt Roper
1
-17
/
+42
2022-09-12
drm/i915: Initialize MMIO access for each GT
Matt Roper
3
-11
/
+24
2022-09-12
drm/i915: Use a DRM-managed action to release the PCI bridge device
Matt Roper
1
-3
/
+9
2022-09-12
drm/i915: Rename and expose common GT early init routine
Matt Roper
2
-3
/
+4
2022-09-12
drm/i915: Prepare more multi-GT initialization
Matt Roper
7
-3
/
+80
2022-09-12
drm/i915: Drop intel_gt_tile_cleanup()
Matt Roper
2
-18
/
+8
2022-09-12
drm/i915: Use managed allocations for extra uncore objects
Matt Roper
1
-4
/
+2
2022-09-12
drm/i915: Only hook up uncore->debug for primary uncore
Matt Roper
4
-17
/
+20
2022-09-12
drm/i915: Move locking and unclaimed check into mmio_debug_{suspend, resume}
Matt Roper
1
-20
/
+21
2022-09-12
drm/i915/gt: Fix perf limit reasons bit positions
Ashutosh Dixit
1
-8
/
+8
2022-09-12
Revert "drm/i915/dg2: extend Wa_1409120013 to DG2"
Lucas De Marchi
1
-3
/
+2
2022-09-12
drm/i915/guc: Cancel GuC engine busyness worker synchronously
Umesh Nerlige Ramappa
1
-1
/
+6
2022-09-12
drm/i915/gsc: allocate extended operational memory in LMEM
Tomas Winkler
2
-7
/
+75
2022-09-12
drm/i915/gsc: add GSC XeHP SDV platform definition
Alexander Usyskin
1
-0
/
+15
2022-09-12
drm/i915/gsc: add slow_firmware flag to the gsc device definition
Alexander Usyskin
1
-0
/
+2
2022-09-12
drm/i915/gsc: skip irq initialization if using polling
Vitaly Lubart
1
-3
/
+7
2022-09-12
Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
53
-548
/
+930
2022-09-12
Merge drm/drm-next into drm-intel-next
Jani Nikula
14
-127
/
+171
2022-09-11
Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
6
-104
/
+146
2022-09-09
drm/i915: Use REG_FIELD_GET() to extract skl+ wm latencies
Ville Syrjälä
2
-18
/
+12
2022-09-09
drm/i915: Extract skl_watermark.c
Ville Syrjälä
16
-3541
/
+3579
2022-09-09
drm/i915: Split intel_read_wm_latency() into per-platform versions
Ville Syrjälä
1
-80
/
+99
2022-09-09
drm/i915/dsb: hide struct intel_dsb better
Jani Nikula
5
-29
/
+32
2022-09-08
drm/i915: Round TMDS clock to nearest
Ville Syrjälä
2
-2
/
+3
2022-09-08
drm/i915: Use a fixed N value always
Ville Syrjälä
5
-29
/
+24
2022-09-08
drm/i915: Allow M/N change during fastset on bdw+
Ville Syrjälä
3
-8
/
+43
2022-09-08
drm/i915: Add intel_panel_highest_mode()
Ville Syrjälä
2
-0
/
+18
2022-09-08
drm/i915: Skip intel_modeset_pipe_config_late() if the pipe is not enabled
Ville Syrjälä
1
-3
/
+5
2022-09-08
drm/i915: Nuke fastet state copy hacks
Ville Syrjälä
1
-25
/
+3
2022-09-08
drm/i915: Set active dpll early for icl+
Ville Syrjälä
1
-0
/
+6
2022-09-08
drm/i915: Make all clock checks non-fuzzy
Ville Syrjälä
1
-15
/
+4
2022-09-08
drm/i915: Make M/N checks non-fuzzy
Ville Syrjälä
2
-45
/
+13
2022-09-08
drm/i915: Compute clocks earlier
Ville Syrjälä
1
-4
/
+4
2022-09-08
drm/i915: Feed the DPLL output freq back into crtc_state
Ville Syrjälä
7
-12
/
+117
2022-09-08
drm/i915: Reassign DPLLs only for crtcs going throug .compute_config()
Ville Syrjälä
2
-20
/
+3
[prev]
[next]