aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19drm/i915/reg: fix undefined behavior due to shift overflowing the constantJani Nikula1-16/+16
2022-05-16drm/i915: Ensure damage clip area is within pipe areaJouni Högander1-7/+16
2022-05-16drm/i915/psr: Use full update In case of area calculation failsJouni Högander1-0/+14
2022-05-16drm/i915: Use drm_dbg for rpm loggingAnshuman Gupta1-4/+4
2022-05-13drm/i915/audio: fix audio code enable/disable pipe loggingJani Nikula1-2/+2
2022-05-12drm/i915/dmc: Add MMIO range restrictionsAnusha Srivatsa2-1/+61
2022-05-12drm/i915: Fix 'mixing different enum types' warnings in intel_display_power.cImre Deak1-4/+4
2022-05-12drm/i915/dmc: Load DMC on DG2Anusha Srivatsa2-2/+12
2022-05-09drm/i915: remove single-use GEM_DEBUG_EXEC()Jani Nikula2-3/+2
2022-05-09drm/i915: remove unused GEM_DEBUG_DECL() and GEM_DEBUG_BUG_ON()Jani Nikula1-4/+0
2022-05-05drm/i915: Respect VBT seamless DRRS min refresh rateVille Syrjälä1-3/+7
2022-05-05drm/i915/bios: Parse the seamless DRRS min refresh rateVille Syrjälä2-1/+9
2022-05-05drm/i915/bios: Refactor panel_type codeVille Syrjälä1-13/+53
2022-05-05drm/i915/bios: Extract get_panel_type()Ville Syrjälä1-19/+39
2022-05-05drm/i915/bios: Assume panel_type==0 if the VBT has bogus dataVille Syrjälä1-5/+6
2022-05-05drm/i915/bios: Document the mess around the LFP data tablesVille Syrjälä1-1/+6
2022-05-05drm/i915/bios: Get access to the tail end of the LFP data blockVille Syrjälä2-1/+59
2022-05-05drm/i915/bios: Generate LFP data table pointers if the VBT lacks themVille Syrjälä1-1/+133
2022-05-05drm/i915/bios: Reorder panel DTD parsingVille Syrjälä1-30/+34
2022-05-05drm/i915: Use drm_mode_init() for on-stack modesVille Syrjälä1-2/+3
2022-05-04drm/i915: warn about missing ->get_buf_trans initializationJani Nikula1-1/+3
2022-05-02drm/i915: move tons of power well initializers to rodataJani Nikula1-2/+2
2022-04-28i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlersWan Jiabing1-1/+1
2022-04-28drm/i915/gvt: Fix the compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=nZhi Wang1-0/+2
2022-04-28drm/i915/gvt: Make intel_gvt_match_device() staticZhi Wang1-1/+1
2022-04-27drm/i915: Add first set of DG2 PCI IDsMatt Roper3-1/+44
2022-04-27drm/i915/dp: Add workaround for spurious AUX timeouts/hotplugs on LTTPR linksImre Deak1-16/+17
2022-04-26drm/i915/gvt: Add missing symbol export.Zhi Wang1-0/+2
2022-04-25drm/i915: Add crtc .crtc_get_shared_dpll()Ville Syrjälä3-1/+52
2022-04-25drm/i915: Split out dg2_crtc_compute_clock()Ville Syrjälä1-4/+18
2022-04-25drm/i915: Clear the dpll_hw_state when disabling a pipeVille Syrjälä1-3/+3
2022-04-25drm/i915: Move the dpll_hw_state clearing to intel_dpll_crtc_compute_clock()Ville Syrjälä2-36/+3
2022-04-25drm/i915: Move stuff into intel_dpll_crtc_compute_clock()Ville Syrjälä2-2/+11
2022-04-25drm/i915: Adjust .crtc_compute_clock() calling conventionVille Syrjälä3-36/+53
2022-04-25drm/i915: Remove pointless dpll_funcs checksVille Syrjälä1-4/+0
2022-04-25drm/i915: Pass dev_priv to intel_shared_dpll_init()Ville Syrjälä3-8/+6
2022-04-25drm/i915: Make .get_dplls() return intVille Syrjälä3-130/+132
2022-04-25drm/i915/fbc: s/false/0/Ville Syrjälä1-4/+4
2022-04-25drm/i915/fbc: Consult hw.crtc instead of uapi.crtcVille Syrjälä1-1/+1
2022-04-25drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addressesImre Deak1-1/+1
2022-04-21drm/i915: Check EDID for HDR static metadata when choosing blcJouni Högander1-8/+26
2022-04-21vfio/mdev: Remove mdev drvdataJason Gunthorpe1-9/+0
2022-04-21vfio/mdev: Use the driver core to create the 'remove' fileJason Gunthorpe3-9/+13
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe11-92/+28
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe3-41/+3
2022-04-21vfio/mdev: Remove vfio_mdev.cJason Gunthorpe7-251/+6
2022-04-21drm/i915/gvt: merge gvt.c into kvmgvt.cChristoph Hellwig4-302/+260
2022-04-21drm/i915/gvt: convert to use vfio_register_emulated_iommu_devChristoph Hellwig2-90/+102
2022-04-21drm/i915/gvt: remove kvmgt_guest_{init,exit}Christoph Hellwig1-69/+60
2022-04-21drm/i915/gvt: pass a struct intel_vgpu to the vfio read/write helpersChristoph Hellwig1-14/+14