summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-23drm/i915: Nuke INTEL_OUTPUT_FORMAT_INVALIDVille Syrjälä1-2/+1
2021-02-17drm/i915: Disallow plane x+w>stride on ilk+ with X-tilingVille Syrjälä1-6/+6
2021-02-04Merge tag 'drm-intel-next-2021-01-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+13
2021-01-29drm/i915: Implement async flips for vlv/chvVille Syrjälä1-3/+1
2021-01-29drm/i915: Implement async flip for ilk/snbVille Syrjälä1-1/+2
2021-01-29drm/i915: Implement async flip for ivb/hswVille Syrjälä1-1/+2
2021-01-29drm/i915: Implement async flips for bdwVille Syrjälä1-3/+7
2021-01-29Merge tag 'drm-intel-next-2021-01-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2506/+221
2021-01-28drm/i915/display: Prevent double YUV range correction on HDR planesAndres Calderon Jaramillo1-0/+2
2021-01-27drm/i915: WARN if plane src coords are too bigVille Syrjälä1-0/+4
2021-01-26drm/i915/display/vrr: Skip the VRR HW state readout on DSI transcoderManasi Navare1-1/+1
2021-01-26drm/i915: Do a bit more initial readout for dbufVille Syrjälä1-4/+0
2021-01-26drm/i915: Encapsulate dbuf state handling harderVille Syrjälä1-15/+0
2021-01-25drm/i915: Fix vblank timestamps with VRRVille Syrjälä1-5/+12
2021-01-25drm/i915: Add vrr state dumpVille Syrjälä1-0/+7
2021-01-25drm/i915/display: Add HW state readout for VRRManasi Navare1-0/+3
2021-01-25drm/i915/display/dp: Compute VRR state in atomic_checkManasi Navare1-0/+9
2021-01-25drm/i915: Store framestart_delay in dev_privVille Syrjälä1-11/+12
2021-01-22drm/i915/tgl: Add Clear Color support for TGL Render DecompressionRadhakrishna Sripada1-4/+95
2021-01-21drm/i915/pps: move pps code over from intel_display.c and refactorJani Nikula1-37/+4
2021-01-20drm/i915/gem: Drop lru bumping on display unpinningChris Wilson1-5/+2
2021-01-19drm/i915/display: Apply interactive priority to explicit flip fencesChris Wilson1-10/+6
2021-01-19drm/i915: Reuse the async_flip() hook for the async flip disable w/aVille Syrjälä1-33/+26
2021-01-19drm/i915: Move the async_flip bit setup into the .async_flip() hookVille Syrjälä1-3/+0
2021-01-19drm/i915: Add plane vfuncs to enable/disable flip_done interruptVille Syrjälä1-3/+39
2021-01-19drm/i915: Generalize the async flip capability checkVille Syrjälä1-1/+1
2021-01-18drm/i915: support two CSC module on gen11 and laterLee Shawn C1-13/+0
2021-01-16drm/i915: split fdi code out from intel_display.cDave Airlie1-682/+3
2021-01-16drm/i915: refactor pll code out into intel_dpll.cDave Airlie1-1391/+11
2021-01-16drm/i915: refactor some crtc code out of intel display. (v2)Dave Airlie1-304/+1
2021-01-14drm/i915: Drop one more useless master_transcoder assignmentVille Syrjälä1-2/+0
2021-01-14drm/i915/display: fix the uint*_t types that have crept inJani Nikula1-1/+1
2021-01-14drm/i915/display: remove useless use of inlineJani Nikula1-1/+1
2021-01-08Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-2/+1
2021-01-07Merge tag 'drm-intel-next-2021-01-04' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-1612/+138
2021-01-05drm/i915/display: Split and export main surface calculation from skl_check_ma...José Roberto de Souza1-29/+49
2020-12-22drm/i915: refactor i915 plane code into separate file.Dave Airlie1-688/+1
2020-12-22drm/i915: refactor cursor code out of i915_display.cDave Airlie1-790/+7
2020-12-22drm/i915/display: fix misused commaDave Airlie1-1/+2
2020-12-22drm/i915/display: move to_intel_frontbuffer to headerDave Airlie1-6/+0
2020-12-22drm/i915/display: move needs_modeset to an inline in headerDave Airlie1-42/+36
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-467/+1222
2020-12-11drm/i915/display: Go softly softly on initial modeset failureChris Wilson1-1/+1
2020-12-04drm/i915: Call kill_bigjoiner_slave() earlierVille Syrjälä1-15/+10
2020-12-04drm/i915: Properly flag modesets for all bigjoiner pipesVille Syrjälä1-3/+29
2020-12-04drm/i915: Add intel_atomic_add_affected_planes()Ville Syrjälä1-0/+13
2020-12-04drm/i915: Track logically enabled planes for hw stateVille Syrjälä1-4/+9
2020-12-03drm/i915: Track power references taken for enabled CRTCsImre Deak1-22/+16
2020-12-03drm/i915: Factor out helpers to get/put a set of tracked power domainsImre Deak1-48/+14