Age | Commit message (Expand) | Author | Files | Lines |
2015-07-13 | drm/i915: Apply OCD to VLV/CHV DPLL defines | Ville Syrjälä | 1 | -3/+3 |
2015-07-13 | drm/i915: Keep GMCH DPLL VGA mode always disabled | Ville Syrjälä | 1 | -1/+1 |
2015-05-29 | drm/i915/dsi: remove non-op hot plug callback | Jani Nikula | 1 | -6/+0 |
2015-05-28 | drm/i915: s/dpio_lock/sb_lock/ | Ville Syrjälä | 1 | -4/+4 |
2015-04-13 | drm/i915: Allocate connector state together with the connectors | Ander Conselvan de Oliveira | 1 | -1/+1 |
2015-03-26 | drm/i915: Implement connector state duplication | Ander Conselvan de Oliveira | 1 | -0/+1 |
2015-03-05 | Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -1/+1 |
2015-02-14 | drm/i915: Correct the variable holding the value for EOT to write | Shobhit Kumar | 1 | -1/+1 |
2015-02-09 | drm/i915: Correct the base value while updating LP_OUTPUT_HOLD in MIPI_PORT_CTRL | Shobhit Kumar | 1 | -3/+2 |
2015-01-29 | drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions therein | Jani Nikula | 1 | -1/+0 |
2015-01-29 | drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it static | Jani Nikula | 1 | -2/+37 |
2015-01-29 | drm/i915/dsi: add drm mipi dsi host support | Jani Nikula | 1 | -1/+161 |
2015-01-29 | drm/i915/dsi: switch to drm_panel interface | Jani Nikula | 1 | -25/+43 |
2015-01-27 | drm/i915: Add atomic_get_property entrypoint for connectors (v2) | Matt Roper | 1 | -0/+1 |
2015-01-27 | drm/i915: Setup dummy atomic state for connectors (v3) | Matt Roper | 1 | -0/+2 |
2015-01-27 | drm/i915/dsi: remove unnecessary dsi device callbacks | Jani Nikula | 1 | -30/+2 |
2015-01-27 | drm/i915/dsi: call wait_for_dsi_fifo_empty() for each dsi port | Jani Nikula | 1 | -7/+10 |
2015-01-27 | drm/i915/dsi: move wait_for_dsi_fifo_empty to intel_dsi.c | Jani Nikula | 1 | -0/+16 |
2015-01-27 | drm/i915/dsi: set max return packet size for each dsi port | Jani Nikula | 1 | -5/+5 |
2015-01-27 | drm/i915/dsi: call dpi_send_cmd() for each dsi port at a higher level | Jani Nikula | 1 | -2/+5 |
2015-01-27 | drm/i915: Make intel_crtc->config a pointer | Ander Conselvan de Oliveira | 1 | -4/+4 |
2015-01-27 | drm/i915: Embedded struct drm_crtc_state in intel_crtc_state | Ander Conselvan de Oliveira | 1 | -4/+4 |
2015-01-27 | drm/i915: Rename struct intel_crtc_config to intel_crtc_state | Ander Conselvan de Oliveira | 1 | -2/+2 |
2014-12-10 | drm/i915: Software workaround for getting the HW status of DSI Port C on BYT | Gaurav K Singh | 1 | -5/+17 |
2014-12-10 | drm/i915: Enable MIPI PHY transparent latch for DSI Port C | Gaurav K Singh | 1 | -1/+6 |
2014-12-05 | drm/i915: Update the DSI enable path to support dual | Gaurav K Singh | 1 | -110/+131 |
2014-12-05 | drm/i915: Update the DSI disable path to support dual link panel disabling | Gaurav K Singh | 1 | -36/+47 |
2014-12-05 | drm/i915: MIPI Timings related changes for dual link | Gaurav K Singh | 1 | -13/+24 |
2014-12-05 | drm/i915: Pixel Clock changes for DSI dual link | Gaurav K Singh | 1 | -0/+8 |
2014-12-05 | drm/i915: Add support for port enable/disable for dual link configuration | Gaurav K Singh | 1 | -12/+25 |
2014-12-04 | drm/i915: New functions added for enabling & disabling MIPI Port Ctrl reg | Gaurav K Singh | 1 | -11/+32 |
2014-12-03 | drm/i915/dsi: add ports to intel_dsi to describe the ports being driven | Jani Nikula | 1 | -2/+5 |
2014-12-03 | drm/i915/dsi: clean up MIPI DSI pipe vs. port usage | Jani Nikula | 1 | -72/+76 |
2014-10-01 | drm/i915: Bikeshed rpm functions name a bit. | Daniel Vetter | 1 | -1/+1 |
2014-08-08 | drm/i915: Align intel_dsi*.c files a bit | Daniel Vetter | 1 | -12/+12 |
2014-08-08 | drm/i915: Add support for Video Burst Mode for MIPI DSI | Shobhit Kumar | 1 | -8/+14 |
2014-08-07 | drm/i915: Add correct hw/sw config check for DSI encoder | Shobhit Kumar | 1 | -1/+20 |
2014-08-07 | drm/i915: wait for all DSI FIFOs to be empty | Shobhit Kumar | 1 | -0/+8 |
2014-08-05 | Merge tag 'v3.16' into drm-next | Dave Airlie | 1 | -14/+15 |
2014-07-09 | drm/i915/vlv: Update the DSI ULPS entry/exit sequence | Shobhit Kumar | 1 | -14/+15 |
2014-07-09 | Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -14/+12 |
2014-06-19 | drm: add register and unregister functions for connectors | Thomas Wood | 1 | -1/+1 |
2014-06-14 | drm/i915: Fix memory leak in intel_dsi_init() error path | Christoph Jaeger | 1 | -7/+7 |
2014-06-11 | drm/i915: Make intel_dsi_init() return void | Damien Lespiau | 1 | -8/+6 |
2014-06-05 | drm/i915: dsi: fix pipe-off timeout due to port vs. pipe disable ordering | Imre Deak | 1 | -5/+16 |
2014-06-05 | drm/i915: Detect if MIPI panel based on VBT and initialize only if present | Shobhit Kumar | 1 | -0/+4 |
2014-06-05 | drm/i915: Add support for Generic MIPI panel driver | Shobhit Kumar | 1 | -0/+5 |
2014-05-19 | drm/i915: Add MIPI mmio reg base | Shashank Sharma | 1 | -0/+8 |
2014-05-16 | drm/i915/dsi: Remove ->mode_set callback | Daniel Vetter | 1 | -9/+10 |
2014-05-16 | drm/i915: MIPI PPS delays added | Shobhit Kumar | 1 | -0/+5 |