summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie1-5/+12
2021-10-04drm/i915/pxp: define PXP device flag and kconfigDaniele Ceraolo Spurio1-0/+3
2021-09-29drm/i915: constify display wm vtableDave Airlie1-1/+1
2021-09-29drm/i915: constify clock gating init vtable.Dave Airlie1-1/+1
2021-09-29drm/i915: constify display function vtableDave Airlie1-1/+1
2021-09-29drm/i915: drop unused function ptr and comments.Dave Airlie1-7/+0
2021-09-29drm/i915: constify the cdclk vtableDave Airlie1-1/+1
2021-09-29drm/i915: constify the dpll clock vtableDave Airlie1-1/+1
2021-09-29drm/i915: constify the audio function vtableDave Airlie1-1/+1
2021-09-29drm/i915: constify color function vtable.Dave Airlie1-1/+1
2021-09-29drm/i915: constify hotplug function vtable.Dave Airlie1-1/+1
2021-09-29drm/i915: constify fdi link training vtableDave Airlie1-1/+1
2021-09-29drm/i915: split the dpll clock compute out from display vtable.Dave Airlie1-1/+7
2021-09-29drm/i915: split fdi link training from display vtable.Dave Airlie1-3/+8
2021-09-29drm/i915: split irq hotplug function from display vtableDave Airlie1-1/+8
2021-09-29drm/i915: split cdclk functions from display vtable.Dave Airlie1-1/+7
2021-09-29drm/i915: split audio functions from display vtableDave Airlie1-6/+13
2021-09-29drm/i915: split color functions from display vtableDave Airlie1-17/+22
2021-09-29drm/i915: split watermark vfuncs from display vtable.Dave Airlie1-8/+16
2021-09-29drm/i915: split clock gating init from display vtableDave Airlie1-1/+8
2021-09-29drm/i915: make update_wm take a dev_priv.Dave Airlie1-1/+1
2021-09-29drm/i915/pm: drop get_fifo_size vfunc.Dave Airlie1-2/+0
2021-09-24drm/i915/fbc: Rework cfb stride/size calculationsVille Syrjälä1-2/+2
2021-09-20drm/i915/dp: add HAS_DP20 macroJani Nikula1-0/+1
2021-09-20drm/i915: Make wa list per-gtVenkata Sandeep Dhanalakota1-2/+0
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-29/+22
2021-09-08drm/i915/dsi: Retrieve max brightness level from VBTLee Shawn C1-0/+1
2021-09-07drm/i915/bios: get rid of vbt ddi_port_infoJani Nikula1-6/+1
2021-09-07drm/i915/bios: use ddc pin directly from child dataJani Nikula1-2/+0
2021-09-07drm/i915/bios: use alternate aux channel directly from child dataJani Nikula1-1/+0
2021-09-07drm/i915/bios: use dp max link rate directly from child dataJani Nikula1-2/+0
2021-09-07drm/i915/bios: use max tmds clock directly from child dataJani Nikula1-2/+0
2021-09-07drm/i915/bios: use hdmi level shift directly from child dataJani Nikula1-4/+0
2021-09-06drm/i915: use xa_lock/unlock for fpriv->vm_xa lookupsDaniel Vetter1-4/+4
2021-08-30drm/i915/display: Drop PSR support from HSW and BDWJosé Roberto de Souza1-2/+0
2021-08-30drm/i915: remove unused i915->active_pipesJani Nikula1-6/+0
2021-08-25drm/i915: Clean dpll calling conventionVille Syrjälä1-2/+1
2021-08-24drm/i915: add HAS_ASYNC_FLIPS feature macroJani Nikula1-0/+2
2021-08-20drm/i915/fbc: Polish the skl+ FBC stride override handlingVille Syrjälä1-2/+2
2021-08-12Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-11/+13
2021-08-12Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/d...Dave Airlie1-97/+124
2021-08-05drm/i915/xehp: handle new steering optionsDaniele Ceraolo Spurio1-0/+3
2021-07-30drm/i915: finish removal of CNLLucas De Marchi1-6/+2
2021-07-30drm/i915: remove GRAPHICS_VER == 10Lucas De Marchi1-1/+1
2021-07-29drm/i915/gt: rename CNL references in intel_engine.hLucas De Marchi1-2/+2
2021-07-28drm/i915/xehpsdv: Correct parameters for IS_XEHPSDV_GT_STEP()Matt Roper1-2/+2
2021-07-27drm/i915: Implement PSF GV point supportStanislav Lisovskiy1-0/+7
2021-07-27drm/i915: document caching related bitsMatthew Auld1-9/+0
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie1-6/+1
2021-07-22Merge branch 'topic/xehp-dg2-definitions-2021-07-21' into drm-intel-gt-nextMatt Roper1-0/+37