aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dsi_vbt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07drm/i915/irq: move i915->irq_lock to display->irq.lockJani Nikula1-5/+4
2025-03-25drm/i915/dsi: convert intel_dsi_vbt.[ch] to struct intel_displayJani Nikula1-68/+63
2025-03-25drm/i915/dsi: convert parameter printing to drm_printerJani Nikula1-45/+35
2025-01-23drm/i915/display: fix typos in i915/display filesNitin Gote1-1/+1
2024-11-07drm/i915/dsi: Stop using pixel_format_from_register_bits() to parse VBTVille Syrjälä1-2/+18
2024-10-30drm/i915/gmbus: convert to struct intel_displayJani Nikula1-2/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-22drm/i915: Make I2C terminology more inclusiveEaswar Hariharan1-10/+10
2024-05-28drm/i915: pass dev_priv explicitly to PP_CONTROLJani Nikula1-2/+2
2024-05-08drm/i915/bios: Get rid of "LVDS" from all LFP data stuffVille Syrjälä1-1/+1
2023-12-04drm/i915/dsi: Use devm_gpiod_get() for all GPIOsHans de Goede1-15/+2
2023-11-22drm/i915/dsi: Combine checks in mipi_exec_gpio()Andy Shevchenko1-3/+1
2023-11-22drm/i915/dsi: Replace poking of CHV GPIOs behind the driver's backAndy Shevchenko1-37/+10
2023-11-22drm/i915/dsi: Prepare soc_gpio_set_value() to distinguish GPIO communitiesAndy Shevchenko1-10/+10
2023-11-22drm/i915/dsi: Replace poking of VLV GPIOs behind the driver's backAndy Shevchenko1-70/+28
2023-11-22drm/i915/dsi: Extract common soc_gpio_set_value() helperAndy Shevchenko1-20/+26
2023-11-22drm/i915/dsi: Fix wrong initial value for GPIOs in bxt_gpio_set_value()Hans de Goede1-3/+1
2023-11-22drm/i915/dsi: Remove GPIO lookup table at the end of intel_dsi_vbt_gpio_init()Hans de Goede1-16/+9
2023-11-22drm/i915/dsi: Replace check with a (missing) MIPI sequence nameAndy Shevchenko1-1/+2
2023-11-22drm/i915/dsi: Get rid of redundant 'else'Andy Shevchenko1-29/+27
2023-11-22drm/i915/dsi: Replace while(1) with one with clear exit conditionAndy Shevchenko1-4/+1
2023-11-22drm/i915/dsi: bxt/icl GPIO set value do not need gpio sourceJani Nikula1-3/+3
2023-11-22drm/i915/dsi: rename platform specific *_exec_gpio() to *_gpio_set_value()Jani Nikula1-10/+10
2023-11-22drm/i915/dsi: clarify GPIO exec sequenceJani Nikula1-14/+17
2023-11-22drm/i915/dsi: switch mipi_exec_gpio() from dev_priv to i915Jani Nikula1-7/+7
2023-11-22drm/i915/dsi: assume BXT gpio works for non-native GPIOJani Nikula1-9/+1
2023-10-12drm/i915/dsi: Add some debug logging to mipi_exec_i2c (v2)Hans de Goede1-0/+3
2023-06-13drm/i915/dsi: Print the VBT MIPI sequence delay durationVille Syrjälä1-1/+1
2023-04-28drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()Hans de Goede1-11/+0
2023-03-30drm/i915/pps: split out PPS regs to a separate fileJani Nikula1-0/+1
2022-12-22drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula1-1/+1
2022-12-20drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula1-3/+91
2022-11-29drm/i915/dsi: fix VBT send packet port selection for dual link DSIMikko Kovanen1-2/+2
2022-05-27drm/i915/bios: Split VBT data into per-panel vs. global partsVille Syrjälä1-23/+33
2022-05-23drm/i915/dsi: fix VBT send packet port selection for ICL+Jani Nikula1-11/+22
2022-03-02drm/i915: Use str_enabled_disabled()Lucas De Marchi1-3/+4
2022-02-21drm/i915/reg: split out vlv_dsi_regs.h and vlv_dsi_pll_regs.hJani Nikula1-0/+1
2022-02-21drm/i915/dsi: disassociate VBT video transfer mode from register valuesJani Nikula1-5/+5
2022-02-02drm/i915: Only include i915_reg.h from .c filesMatt Roper1-0/+1
2021-12-27drm/i915/dsi: Drop double check ACPI companion device for NULLAndy Shevchenko1-18/+10
2021-11-23drm/i915/dsi: split out vlv_dsi.hJani Nikula1-0/+1
2021-11-23drm/i915/dsi: split out intel_dsi_vbt.hJani Nikula1-0/+1
2021-10-14drm/i915: split out vlv sideband to a separate fileJani Nikula1-1/+1
2021-10-12drm/i915/display: remove unused intel-mid.h includeLucas De Marchi1-1/+0
2021-03-23drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper1-2/+2
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2020-04-21drm/i915: drop a bunch of superfluous inlinesJani Nikula1-1/+1
2020-03-25drm/i915/dsi: use struct drm_device based loggingJani Nikula1-6/+5
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-1/+0
2020-02-11drm/i915/dsi_vbt: convert to drm_device based logging macros.Wambui Karuga1-63/+99