summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dsi_panel_vbt.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07drm/i915/dsi: rename intel_dsi_panel_vbt.c to intel_dsi_vbt.cJani Nikula1-798/+0
2017-03-07drm/i915/dsi: rename intel_dsi_exec_vbt_sequence to intel_dsi_vbt_exec_sequenceJani Nikula1-1/+1
2017-03-07drm/i915/dsi: stop using the drm_panel framework completelyJani Nikula1-32/+7
2017-03-07drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panelJani Nikula1-6/+1
2017-03-07drm/i915/dsi: remove support for more than one panel driverJani Nikula1-1/+1
2017-02-28drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequencesHans de Goede1-41/+2
2017-02-28drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packetHans de Goede1-0/+2
2017-02-28drm/i915/glk: Program dphy param reg for GLKDeepak M1-15/+16
2017-02-14drm/i915: Dump more configuration information for DSIVille Syrjälä1-0/+13
2016-12-13drm/i915/bxt: add bxt dsi gpio element supportJani Nikula1-6/+32
2016-12-07drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is settingHans de Goede1-1/+2
2016-12-07drm/i915/dsi: Fix swapping of MIPI_SEQ_DEASSERT_RESET / MIPI_SEQ_ASSERT_RESETHans de Goede1-2/+2
2016-11-17drm/i915: Introduce enableddisabled helperTvrtko Ursulin1-5/+3
2016-09-19drm/i915/dsi: double check element parsing against size if presentJani Nikula1-0/+8
2016-09-19drm/i915/dsi: run backlight on/off sequences in panel enable/disable hooksJani Nikula1-0/+2
2016-09-19drm/i915/dsi: update reset and power sequences in panel prepare/unprepare hooksJani Nikula1-1/+4
2016-09-19drm/i915/dsi: add skip functions for spi and pmic elementsJani Nikula1-0/+16
2016-09-19drm/i915/dsi: add debug logging to element executionJani Nikula1-2/+10
2016-09-19drm/i915/dsi: don't debug log "missing" sequencesJani Nikula1-4/+1
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-3/+3
2016-07-02drm/i915: Fix inconsistent indenting in vbt_panel_init()Chris Wilson1-4/+3
2016-04-27drm/i915/dsi: add support for gpio elements on CHVJani Nikula1-0/+70
2016-04-27drm/i915/dsi: add support for sequence block v3 gpio for VLVJani Nikula1-2/+2
2016-04-26drm/i915/dsi: don't pretend we support SC GPIOsJani Nikula1-1/+2
2016-04-07drm/i915: Sharing the pixel_format_from_vbt to whole i915Ramalingam C1-20/+3
2016-04-07drm/i915/dsi: use a temp variable for referencing the gpio tableJani Nikula1-6/+9
2016-04-07drm/i915/dsi: abstract VLV gpio element execution to a separate functionJani Nikula1-32/+35
2016-04-07drm/i915/dsi: clean up vlv gpio table and definitionsJani Nikula1-48/+39
2016-04-05drm/i915/dsi: add support for DSI sequence block v2 gpio elementJani Nikula1-4/+18
2016-04-01drm/i915/dsi: refer to gpio index instead of gpio to avoid confusionJani Nikula1-8/+8
2016-03-16drm/i915/dsi: start using enum mipi_dsi_pixel_formatJani Nikula1-8/+25
2016-02-19drm/i915/dsi: Using the bpp value wrt the pixel formatDeepak M1-4/+1
2016-02-04drm/i915/dsi: skip gpio element execution when not supportedJani Nikula1-0/+13
2016-02-04drm/i915: Extend gpio read/write to other coresDeepak M1-2/+3
2016-02-04drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula1-1/+1
2016-02-04drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula1-0/+6
2016-01-11drm/i915/dsi: add debug printing of the new sequence block namesJani Nikula1-0/+6
2016-01-11drm/i915/dsi: reduce tedious repetitionJani Nikula1-40/+22
2016-01-11drm/i915/dsi: skip unknown elements for sequence block v3+Jani Nikula1-19/+23
2016-01-11drm/i915/bios: add support for MIPI sequence block v3Jani Nikula1-0/+9
2016-01-11drm/i915: skip the i2c element in the generic VBT DSI driverJani Nikula1-0/+6
2016-01-05drm/i915/dsi: be defensive about out of bounds operation byteJani Nikula1-13/+9
2016-01-05drm/i915/dsi: be defensive about out of bounds sequence idJani Nikula1-7/+15
2016-01-04i915: correctly handling failed allocationInsu Yun1-0/+2
2015-05-28drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä1-2/+2
2015-01-29drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula1-1/+0
2015-01-29drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfersJani Nikula1-18/+34
2015-01-29drm/i915/dsi: add drm mipi dsi host supportJani Nikula1-3/+0
2015-01-29drm/i915/dsi: switch to drm_panel interfaceJani Nikula1-69/+111
2015-01-27drm/i915/dsi: add some constness to vbt panel driverJani Nikula1-8/+9