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
/
display
/
intel_sprite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/plane: add intel_plane_helper_add() helper
Jani Nikula
2021-07-08
1
-1
/
+1
*
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
2021-05-05
1
-0
/
+1
*
drm/i915: Unify the FB and plane state view information into one struct
Imre Deak
2021-03-29
1
-13
/
+13
*
drm/i915/intel_fb: Pull FB plane functions from intel_sprite.c
Imre Deak
2021-03-29
1
-32
/
+0
*
drm/i915/display: Eliminate most usage of INTEL_GEN()
Matt Roper
2021-03-23
1
-6
/
+6
*
drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGE
Matt Roper
2021-03-23
1
-2
/
+2
*
drm/i915: refactor skylake scaler code into new file.
Dave Airlie
2021-02-08
1
-62
/
+0
*
drm/i915: split fb scalable checks into g4x and skl versions
Dave Airlie
2021-02-08
1
-4
/
+3
*
drm/i915: move pipe update code into crtc. (v2)
Dave Airlie
2021-02-08
1
-238
/
+0
*
drm/i915: migrate skl planes code new file (v5)
Dave Airlie
2021-02-08
1
-1330
/
+1
*
drm/i915/display: Support PSR Multiple Instances
Gwan-gyeong Mun
2021-02-05
1
-5
/
+1
*
Merge tag 'topic/adl-s-enabling-2021-02-01-1' of git://anongit.freedesktop.or...
Jani Nikula
2021-02-02
1
-4
/
+4
|
\
|
*
drm/i915/adl_s: Add display WAs for ADL-S
Aditya Swarup
2021-02-01
1
-2
/
+2
|
*
drm/i915/display: Add HAS_D12_PLANE_MINIMIZATION
José Roberto de Souza
2021-02-01
1
-1
/
+1
|
*
drm/i915/tgl: Use TGL stepping info for applying WAs
Aditya Swarup
2021-01-20
1
-1
/
+1
*
|
drm/i915: Limit plane stride to below TILEOFF.x limit
Ville Syrjälä
2021-01-29
1
-6
/
+27
*
|
drm/i915/display: Prevent double YUV range correction on HDR planes
Andres Calderon Jaramillo
2021-01-28
1
-55
/
+10
*
|
drm/i915: Fix vblank evasion with vrr
Ville Syrjälä
2021-01-25
1
-1
/
+4
*
|
drm/i915/display/vrr: Send VRR push to flip the frame
Manasi Navare
2021-01-25
1
-0
/
+4
*
|
drm/i915: Extract intel_mode_vblank_start()
Ville Syrjälä
2021-01-25
1
-3
/
+11
*
|
drm/i915/tgl: Add Clear Color support for TGL Render Decompression
Radhakrishna Sripada
2021-01-22
1
-1
/
+9
*
|
drm/i915: Reuse the async_flip() hook for the async flip disable w/a
Ville Syrjälä
2021-01-19
1
-2
/
+5
*
|
drm/i915: Move the async_flip bit setup into the .async_flip() hook
Ville Syrjälä
2021-01-19
1
-0
/
+2
*
|
drm/i915: Add plane vfuncs to enable/disable flip_done interrupt
Ville Syrjälä
2021-01-19
1
-1
/
+26
*
|
drm/i915: Generalize the async flip capability check
Ville Syrjälä
2021-01-19
1
-1
/
+3
|
/
*
drm/i915: refactor i915 plane code into separate file.
Dave Airlie
2020-12-22
1
-0
/
+1
*
drm/i915/display: Record the plane update times for debugging
Chris Wilson
2020-12-02
1
-17
/
+32
*
drm/i915: Add bigjoiner aware plane clipping checks
Maarten Lankhorst
2020-11-18
1
-13
/
+8
*
drm/i915: Add plane .{min,max}_width() and .max_height() vfuncs
Ville Syrjälä
2020-11-10
1
-0
/
+140
*
drm/i915: Enable scaling filter for plane and CRTC
Pankaj Bharadiya
2020-10-21
1
-2
/
+13
*
drm/i915/dg1: Add initial DG1 workarounds
Stuart Summers
2020-10-15
1
-2
/
+2
*
drm/i915/display: Program PSR2 selective fetch registers
José Roberto de Souza
2020-10-09
1
-0
/
+3
*
drm/i915: Skip aux plane stuff when there is no aux plane
Ville Syrjälä
2020-10-09
1
-5
/
+8
*
drm/i915/dsi: Initiate frame request in cmd mode
Vandita Kulkarni
2020-09-28
1
-0
/
+9
*
drm/i915: Add dedicated plane hook for async flip case
Karthik B S
2020-09-28
1
-0
/
+24
*
drm/i915: Do not call drm_crtc_arm_vblank_event in async flips
Karthik B S
2020-09-28
1
-0
/
+6
*
drm/i915: Use fb->format->is_yuv for the g4x+ sprite RGB vs. YUV check
Ville Syrjälä
2020-09-14
1
-2
/
+2
*
drm/i915: Fix g4x+ sprite dotclock limit for upscaling
Ville Syrjälä
2020-09-14
1
-2
/
+1
*
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2020-09-11
1
-11
/
+11
|
\
|
*
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
2020-09-08
1
-11
/
+11
|
|
\
|
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-11
/
+11
*
|
|
drm/i915/tgl: Fix stepping WA matching
José Roberto de Souza
2020-08-28
1
-1
/
+1
|
/
/
*
/
drm/i915/rkl: Add initial workarounds
Matt Roper
2020-08-17
1
-2
/
+3
|
/
*
drm/i915: Add plane damage clips property
José Roberto de Souza
2020-06-30
1
-0
/
+4
*
drm/i915: Add Plane color encoding support for YCBCR_BT2020
Kishore Kadiyala
2020-06-01
1
-2
/
+7
*
drm/i915/rkl: Limit number of universal planes to 5
Matt Roper
2020-05-20
1
-1
/
+16
*
drm/i915: Add YUV444 packed format support for skl+
Stanislav Lisovskiy
2020-04-16
1
-0
/
+8
*
drm/i915/tgl: Add Wa_14010477008:tgl
Matt Roper
2020-04-15
1
-5
/
+12
*
drm/i915/vgpu: improve vgpu abstractions
Jani Nikula
2020-03-03
1
-0
/
+1
*
drm/i915: Use intel_plane_data_rate for min_cdclk calculation
Stanislav Lisovskiy
2020-03-02
1
-13
/
+2
[next]