summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dsi_vbt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gmbus: convert to struct intel_displayJani Nikula2024-10-301-2/+3
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* drm/i915: Make I2C terminology more inclusiveEaswar Hariharan2024-07-221-10/+10
* drm/i915: pass dev_priv explicitly to PP_CONTROLJani Nikula2024-05-281-2/+2
* drm/i915/bios: Get rid of "LVDS" from all LFP data stuffVille Syrjälä2024-05-081-1/+1
* drm/i915/dsi: Use devm_gpiod_get() for all GPIOsHans de Goede2023-12-041-15/+2
* 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/dsi: Add some debug logging to mipi_exec_i2c (v2)Hans de Goede2023-10-121-0/+3
* drm/i915/dsi: Print the VBT MIPI sequence delay durationVille Syrjälä2023-06-131-1/+1
* drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()Hans de Goede2023-04-281-11/+0
* drm/i915/pps: split out PPS regs to a separate fileJani Nikula2023-03-301-0/+1
* drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula2022-12-221-1/+1
* drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula2022-12-201-3/+91
* drm/i915/dsi: fix VBT send packet port selection for dual link DSIMikko Kovanen2022-11-291-2/+2
* drm/i915/bios: Split VBT data into per-panel vs. global partsVille Syrjälä2022-05-271-23/+33
* drm/i915/dsi: fix VBT send packet port selection for ICL+Jani Nikula2022-05-231-11/+22
* drm/i915: Use str_enabled_disabled()Lucas De Marchi2022-03-021-3/+4
* drm/i915/reg: split out vlv_dsi_regs.h and vlv_dsi_pll_regs.hJani Nikula2022-02-211-0/+1
* drm/i915/dsi: disassociate VBT video transfer mode from register valuesJani Nikula2022-02-211-5/+5
* drm/i915: Only include i915_reg.h from .c filesMatt Roper2022-02-021-0/+1
* drm/i915/dsi: Drop double check ACPI companion device for NULLAndy Shevchenko2021-12-271-18/+10
* drm/i915/dsi: split out vlv_dsi.hJani Nikula2021-11-231-0/+1
* drm/i915/dsi: split out intel_dsi_vbt.hJani Nikula2021-11-231-0/+1
* drm/i915: split out vlv sideband to a separate fileJani Nikula2021-10-141-1/+1
* drm/i915/display: remove unused intel-mid.h includeLucas De Marchi2021-10-121-1/+0
* drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper2021-03-241-2/+2
* drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-1/+1
* drm/i915: drop a bunch of superfluous inlinesJani Nikula2020-04-211-1/+1
* drm/i915/dsi: use struct drm_device based loggingJani Nikula2020-03-251-6/+5
* drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-1/+0
* drm/i915/dsi_vbt: convert to drm_device based logging macros.Wambui Karuga2020-02-111-63/+99
* drm/i915/display: Make WARN* drm specific where drm_device ptr is availablePankaj Bharadiya2020-02-041-2/+3
* drm/i915/dsi: Ensure that the ACPI adapter lookup overrides the bus numVivek Kasireddy2020-01-241-2/+1
* drm/i915/dsi: Lookup the i2c bus from ACPI NS only if CONFIG_ACPI=y (v2)Vivek Kasireddy2020-01-171-16/+31
* drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)Vivek Kasireddy2020-01-101-2/+97
* drm/i915/dsi: Control panel and backlight enable GPIOs on BYTHans de Goede2020-01-031-0/+64