aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-23drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.Maarten Lankhorst1-2/+2
2021-12-20drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2.Maarten Lankhorst1-5/+2
2021-12-17drm/i915: Rename i915->gt to i915->gt0Andi Shyti1-2/+2
2021-12-17drm/i915: Use to_gt() helperMichał Winiarski1-1/+1
2021-12-17drm/i915: Introduce to_gt() helperMichał Winiarski1-0/+5
2021-12-09drm/i915: Add has_64k_pages flagStuart Summers1-0/+8
2021-12-01drm/i915: Use per device iommu checkTvrtko Ursulin1-6/+7
2021-11-19drm/i915: Drain the ttm delayed workqueue tooMaarten Lankhorst1-0/+1
2021-11-19drm/i915: Create a dummy object for gen6 ppgttMaarten Lankhorst1-0/+4
2021-11-02drm/i915: Rename GT_STEP to GRAPHICS_STEPJosé Roberto de Souza1-23/+23
2021-11-02drm/i915: Track media IP stepping separated from GTJosé Roberto de Souza1-0/+5
2021-11-02drm/i915: Add struct to hold IP versionJosé Roberto de Souza1-6/+6
2021-10-29drm/i915: Remove some dead struct fwd decl from i915_drv.hDaniel Vetter1-2/+0
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave 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