summary refs log tree commit diff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue
2019-12-04drm/i915/perf: drop pointless static qualifier in i915_perf_add_config_ioctl()Mao Wenan
2019-12-04drm/i915: Make intel_crtc_arm_fifo_underrun() functional on gen2Ville Syrjälä
2019-12-04drm/i915: Nuke intel_pre_disable_primary_noatomic()Ville Syrjälä
2019-12-04drm/i915: Clean up the gen2 "no planes -> underrun" workaroundVille Syrjälä
2019-12-04drm/i915: Clean up intel_{pre,post}_plane_update()Ville Syrjälä
2019-12-04drm/i915: s/pipe_config/new_crtc_state/ intel_{pre,post}_plane_update()Ville Syrjälä
2019-12-04drm/i915: Pass dev_priv to ilk_disable_lp_wm()Ville Syrjälä
2019-12-04drm/i915: Clean up arguments to nv12/scaler w/a funcsVille Syrjälä
2019-12-03drm/i915/gt: Set the PD again for HaswellChris Wilson
2019-12-03drm/i915/gem: Avoid parking the vma as we unbindChris Wilson
2019-12-03drm/i915/display/mst: Move DPMS_OFF call to post_disableJosé Roberto de Souza
2019-12-03drm/i915/dp: Power down sink before disable pipe/transcoder clockJosé Roberto de Souza
2019-12-03drm/i915/display: Check the old state to find port sync slaveJosé Roberto de Souza
2019-12-03drm/i915/irq: Refactor gen11 display interrupt handlingMatt Roper
2019-12-03drm/i915/gt: Track the context validity explicitlyChris Wilson
2019-12-03drm/i915/execlists: Skip nested spinlock for validating pendingChris Wilson
2019-12-03drm/i915/execlists: Add a couple more validity checks to assert_pending()Chris Wilson
2019-12-03drm/i915: Lift i915_vma_pin() out of intel_renderstate_emit()Chris Wilson
2019-12-03drm/i915/gem: Take runtime-pm wakeref prior to unbindingChris Wilson
2019-12-02drm/i915: Serialise i915_active_wait() with its retirementChris Wilson
2019-12-02drm/i915: Specialise i915_active.work lock classesChris Wilson
2019-12-02drm/i915/gem: Unbind all current vma on changing cache-levelChris Wilson
2019-12-02drm/i915/gt: Simplify rc6 w/a applicationChris Wilson
2019-12-02drm/i915/gt: Use soft-rc6 for w/a protectionChris Wilson
2019-12-02drm/i915/bios: assume vbt is 4-byte aligned into opromLucas De Marchi
2019-12-02drm/i915/bios: fold pci rom map/unmap into copy functionLucas De Marchi
2019-12-02drm/i915/bios: do not discard address spaceLucas De Marchi
2019-12-02drm/i915/display: Suspend MST topology manager before destroy fbdevJosé Roberto de Souza
2019-12-02drm/i915/vbt: Parse power conservation features blockJosé Roberto de Souza
2019-12-02drm/i915/psr: Check if sink PSR capability changedJosé Roberto de Souza
2019-12-02drm/i915/psr: Enable ALPM lock timeout error interruptionJosé Roberto de Souza
2019-12-02drm/i915/psr: Refactor psr short pulse handlerJosé Roberto de Souza
2019-12-02drm/i915/psr: Add bits per pixel limitationJosé Roberto de Souza
2019-12-02drm/i915/dsb: fix cmd_buf being wrongly setLucas De Marchi
2019-12-02drm/i915: Stop using connector->encoder and encoder->crtc links in i915_displ...Ville Syrjälä
2019-12-02drm/i915: Dump both the uapi and hw states for crtcs and planesVille Syrjälä
2019-12-02drm/i915: Use the canonical [CRTC:%d:%s]/etc. format in i915_display_infoVille Syrjälä
2019-12-02drm/i915: Use drm_modeset_lock_all() in debugfs display infoVille Syrjälä
2019-12-02drm/i915: Dump the mode for the crtc just the onceVille Syrjälä
2019-12-02drm/i915: Refactor debugfs display info codeVille Syrjälä
2019-12-02drm/i915: Reorganize plane/fb dump in debugfsVille Syrjälä
2019-12-02drm/i915: Switch to intel_ types in debugfs display_infoVille Syrjälä
2019-12-02drm/i915: Use drm_rect to simplify plane {crtc,src}_{x,y,w,h} printingVille Syrjälä
2019-12-02drm/i915: Switch intel_crtc_disable_noatomic() to intel_ typesVille Syrjälä
2019-12-02drm/i915: Program SHPD_FILTER_CNT on CNP+Matt Roper
2019-12-02drm/i915/ehl: Make icp_digital_port_connected() use phy instead of portMatt Roper
2019-12-02drm/i915: Handle SDEISR according to PCH rather than platformMatt Roper
2019-12-02drm/i915: Use the correct PCH transcoder for LPT/WPT in intel_sanitize_frame_...Ville Syrjälä
2019-12-01drm/i915: Refactor gen6_flush_pd()Chris Wilson