aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-03-03drm/i915: Check async flip capability early onVille Syrjälä1-7/+72
2022-03-03drm/i915: Don't skip ddb allocation if data_rate==0Ville Syrjälä1-18/+12
2022-03-03drm/i915/dg2: Use I915_BO_ALLOC_CONTIGUOUS flag for DPTStanislav Lisovskiy1-1/+1
2022-03-03drm/i915/display: Allow users to disable PSR2José Roberto de Souza2-1/+5
2022-03-03drm/i915/psr: Set "SF Partial Frame Enable" also on full updateJouni Högander2-2/+15
2022-03-03drm/i915: update new TMDS clock setting defined by VBTLee Shawn C2-0/+9
2022-03-03drm/i915/display/adlp: Remove code related to underrun recoverySwathi Dhanavanthri1-21/+0
2022-03-02drm/i915: Use str_on_off()Lucas De Marchi10-21/+29
2022-03-02drm/i915: Use str_enabled_disabled()Lucas De Marchi14-32/+33
2022-03-02drm/i915: Use str_enable_disable()Lucas De Marchi6-13/+15
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi31-148/+201
2022-03-02Merge drm/drm-next into drm-intel-nextRodrigo Vivi4-34/+49
2022-03-02drm/i915/xehpsdv: Move render/compute engine reset domains related workaroundsSrinivasan Shanmugam1-13/+13
2022-03-02drm/i915/xehp: Add compute workaroundsMatt Roper3-0/+56
2022-03-02drm/i915/xehp: handle fused off CCS enginesDaniele Ceraolo Spurio3-4/+42
2022-03-02drm/i915/xehp: Don't support parallel submission on compute / renderMatthew Brost2-0/+14
2022-03-02drm/i915/xehp/guc: enable compute engine inside GuCDaniele Ceraolo Spurio1-0/+1
2022-03-02drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODEMatt Roper6-0/+32
2022-03-02drm/i915/xehp: Define context scheduling attributes in lrc descriptorMatt Roper4-2/+26
2022-03-02drm/i915: Move context descriptor fields to intel_lrc.hMatt Roper3-34/+35
2022-03-02drm/i915/xehp: CCS should use RCS setup functionsMatt Roper6-7/+16
2022-03-02drm/i915/xehp: compute engine pipe_controlDaniele Ceraolo Spurio2-9/+40
2022-03-02drm/i915/xehp: Add Compute CS IRQ handlersMatt Roper3-1/+19
2022-03-02drm/i915/xehp: CCS shares the render reset domainMatt Roper1-0/+4
2022-03-02drm/i915/xehp: Define compute class and engineMatt Roper6-11/+71
2022-03-02drm/i915: Depend on !PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2022-03-01drm/i915/guc: Do not complain about stale reset notificationsJohn Harrison1-4/+3
2022-03-01drm/i915/guc: Initialize GuC submission locks and queues earlyDaniele Ceraolo Spurio1-13/+14
2022-03-01drm/i915: make a handful of read-only arrays static constColin Ian King1-4/+12
2022-03-01drm/i915/guc: Fix flag query helper function to not modify stateJohn Harrison1-5/+2
2022-03-01drm/i915/selftests: exercise mmap migrationMatthew Auld3-0/+344
2022-03-01drm/i915/selftests: handle allocation failuresMatthew Auld2-2/+8
2022-03-01drm/i915/ttm: mappable migration on faultMatthew Auld1-6/+48
2022-03-01drm/i915/ttm: make eviction mappable awareMatthew Auld1-2/+63
2022-02-28drm/i915: Move intel_display_power_well_is_enabled() to intel_display_power_well.cImre Deak6-63/+65
2022-02-28drm/i915: Add functions to get a power well's state/name/domains/mask/refcountImre Deak3-35/+72
2022-02-28drm/i915: Add function to call a power well's sync_hw() hookImre Deak3-5/+12
2022-02-28drm/i915: Move power well get/put/enable/disable functions to a new fileImre Deak4-126/+158
2022-02-28drm/i915: Move i915_power_well_regs struct into i915_power_well_opsImre Deak1-182/+72
2022-02-28drm/i915: Remove redundant state verification during TypeC AUX power well disablingImre Deak1-31/+1
2022-02-28drm/i915: Sanitize open-coded power well enable()/disable() callsImre Deak1-4/+4
2022-02-28drm/i915: Fix the VDSC_PW2 power domain enum valueImre Deak2-4/+11
2022-02-28drm/i915: Clarify vma lifetimeThomas Hellström5-33/+79
2022-02-28drm/i915/wm: use REG_FIELD_{PREP,GET} for PLANE_WM_BLOCKS_MASKJani Nikula1-2/+2
2022-02-28drm/i915: s/JSP2/ICP2/ PCHVille Syrjälä2-2/+2
2022-02-28drm/i915/guc/slpc: Correct the param count for unset paramVinay Belgaumkar1-1/+1
2022-02-28drm/i915/selftests: mock test io_sizeMatthew Auld1-0/+143
2022-02-28drm/i915/buddy: tweak 2big checkMatthew Auld1-1/+1
2022-02-28drm/i915/buddy: adjust res->startMatthew Auld1-0/+7
2022-02-28drm/i915/buddy: track available visible sizeMatthew Auld3-2/+75