summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Include <drm/drm_auth.h>Thomas Zimmermann2023-12-061-0/+1
* Merge v6.7-rc3 into drm-nextDaniel Vetter2023-11-282-14/+1
|\
| * drm/i915: do not clean GT table on error pathAndrzej Hajda2023-11-202-14/+1
| * drm/i915/dp_mst: Fix race between connector registration and setupImre Deak2023-11-201-8/+8
* | Merge tag 'drm-intel-next-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-11-23104-1878/+3798
|\ \
| * | drm/i915: Fix glk+ degamma LUT conversionsVille Syrjälä2023-11-231-26/+28
| * | drm/i915: s/clamp()/min()/ in i965_lut_11p6_max_pack()Ville Syrjälä2023-11-231-1/+1
| * | drm/i915: Adjust LUT rounding rulesVille Syrjälä2023-11-231-8/+6
| * | drm/i915/display: In intel_framebuffer_init switch to use intel_bo_to_drm_boJuha-Pekka Heikkila2023-11-231-1/+1
| * | drm/i915/display: in skl_surf_address check for dpt-vmaJuha-Pekka Heikkila2023-11-231-1/+2
| * | drm/i915/display: Separate xe and i915 common dpt code into own fileJuha-Pekka Heikkila2023-11-236-28/+49
| * | drm/i915: Implement audio fastsetVille Syrjälä2023-11-231-22/+10
| * | drm/i915: Push audio_{enable,disable}() to the pre/post pane update stageVille Syrjälä2023-11-231-7/+24
| * | drm/i915: Hoist the encoder->audio_{enable,disable}() calls higher upVille Syrjälä2023-11-235-19/+49
| * | drm/i915: Convert audio enable/disable into encoder vfuncsVille Syrjälä2023-11-236-19/+44
| * | drm/i915: Split g4x+ HDMI audio presence detect from port enableVille Syrjälä2023-11-231-7/+11
| * | drm/i915: Split g4x+ DP audio presence detect from port enableVille Syrjälä2023-11-231-3/+15
| * | drm/i915: Wrap g4x+ DP/HDMI audio enable/disableVille Syrjälä2023-11-232-21/+53
| * | drm/i915: Push audio enable/disable further outVille Syrjälä2023-11-233-16/+12
| * | drm/i915: Polish some RMWsVille Syrjälä2023-11-231-11/+8
| * | drm/i915: Call intel_pre_plane_updates() also for pipes getting enabledVille Syrjälä2023-11-231-1/+2
| * | drm/i915: Check pipe active state in {planes,vrr}_{enabling,disabling}()Ville Syrjälä2023-11-231-0/+12
| * | drm/i915/display: Do not check psr2 if psr/panel replay is not supportedJouni Högander2023-11-231-0/+3
| * | drm/i915/display: Use int type for entry_setup_framesMika Kahola2023-11-231-1/+1
| * | drm/i915/iosf: Drop unused APIsAndy Shevchenko2023-11-222-20/+0
| * | drm/i915/dsi: Combine checks in mipi_exec_gpio()Andy Shevchenko2023-11-221-3/+1
| * | drm/i915/dsi: Replace poking of CHV GPIOs behind the driver's backAndy Shevchenko2023-11-221-37/+10
| * | drm/i915/dsi: Prepare soc_gpio_set_value() to distinguish GPIO communitiesAndy Shevchenko2023-11-221-10/+10
| * | drm/i915/dsi: Replace poking of VLV GPIOs behind the driver's backAndy Shevchenko2023-11-221-70/+28
| * | drm/i915/dsi: Extract common soc_gpio_set_value() helperAndy Shevchenko2023-11-221-20/+26
| * | drm/i915/dsi: Fix wrong initial value for GPIOs in bxt_gpio_set_value()Hans de Goede2023-11-221-3/+1
| * | drm/i915/dsi: Remove GPIO lookup table at the end of intel_dsi_vbt_gpio_init()Hans de Goede2023-11-221-16/+9
| * | drm/i915/dsi: Replace check with a (missing) MIPI sequence nameAndy Shevchenko2023-11-221-1/+2
| * | drm/i915/dsi: Get rid of redundant 'else'Andy Shevchenko2023-11-221-29/+27
| * | drm/i915/dsi: Replace while(1) with one with clear exit conditionAndy Shevchenko2023-11-221-4/+1
| * | drm/i915/dsi: bxt/icl GPIO set value do not need gpio sourceJani Nikula2023-11-221-3/+3
| * | drm/i915/dsi: rename platform specific *_exec_gpio() to *_gpio_set_value()Jani Nikula2023-11-221-10/+10
| * | drm/i915/dsi: clarify GPIO exec sequenceJani Nikula2023-11-221-14/+17
| * | drm/i915/dsi: switch mipi_exec_gpio() from dev_priv to i915Jani Nikula2023-11-221-7/+7
| * | drm/i915/dsi: assume BXT gpio works for non-native GPIOJani Nikula2023-11-221-9/+1
| * | drm/i915/dp: Reuse intel_dp_{max,effective}_data_rate in intel_link_compute_m...Imre Deak2023-11-211-22/+3
| * | drm/i915/dp: Simplify intel_dp_max_data_rate()Imre Deak2023-11-211-14/+12
| * | drm/i915/dp: Report a rounded-down value as the maximum data rateImre Deak2023-11-211-2/+2
| * | drm/i915/dp_mst: Fix PBN / MTP_TU size calculation for UHBR ratesImre Deak2023-11-213-10/+44
| * | drm/i915/dp_mst: Calculate the BW overhead in intel_dp_mst_find_vcpi_slots_fo...Imre Deak2023-11-211-9/+18
| * | drm/i915/dp: Fix UHBR link M/N valuesImre Deak2023-11-213-6/+36
| * | drm/i915/dp: Account for channel coding efficiency on UHBR linksImre Deak2023-11-211-10/+0
| * | drm/i915/dp: Replace intel_dp_is_uhbr_rate() with drm_dp_is_uhbr_rate()Imre Deak2023-11-213-8/+2
| * | drm/dp_mst: Store the MST PBN divider value in fixed point formatImre Deak2023-11-211-1/+2
| * | drm/i915/fbc: Bump ivb FBC max surface size to 4kx4kVille Syrjälä2023-11-201-1/+1