1. f03e417 drm/i915/dsi: call dpi_send_cmd() for each dsi port at a higher level by Jani Nikula · 10 years ago
  2. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  3. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  4. 5cec258 drm/i915: Rename struct intel_crtc_config to intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  5. c0beefd drm/i915: Software workaround for getting the HW status of DSI Port C on BYT by Gaurav K Singh · 10 years ago
  6. bf344e8 drm/i915: Enable MIPI PHY transparent latch for DSI Port C by Gaurav K Singh · 10 years ago
  7. 24ee0e6 drm/i915: Update the DSI enable path to support dual by Gaurav K Singh · 10 years ago
  8. 384f02a drm/i915: Update the DSI disable path to support dual link panel disabling by Gaurav K Singh · 10 years ago
  9. aa102d2 drm/i915: MIPI Timings related changes for dual link by Gaurav K Singh · 10 years ago
  10. a9da9bc drm/i915: Pixel Clock changes for DSI dual link by Gaurav K Singh · 10 years ago
  11. 369602d drm/i915: Add support for port enable/disable for dual link configuration by Gaurav K Singh · 10 years ago
  12. 5505a24 drm/i915: New functions added for enabling & disabling MIPI Port Ctrl reg by Gaurav K Singh · 10 years ago
  13. 17af40a drm/i915/dsi: add ports to intel_dsi to describe the ports being driven by Jani Nikula · 10 years ago
  14. e7d7cad drm/i915/dsi: clean up MIPI DSI pipe vs. port usage by Jani Nikula · 10 years ago
  15. f458ebb drm/i915: Bikeshed rpm functions name a bit. by Daniel Vetter · 10 years ago
  16. 7f3de83 drm/i915: Align intel_dsi*.c files a bit by Daniel Vetter · 10 years ago
  17. 7f0c860 drm/i915: Add support for Video Burst Mode for MIPI DSI by Shobhit Kumar · 10 years ago
  18. f573de5 drm/i915: Add correct hw/sw config check for DSI encoder by Shobhit Kumar · 10 years ago
  19. 1381308 drm/i915: wait for all DSI FIFOs to be empty by Shobhit Kumar · 10 years ago
  20. 5d42f82 Merge tag 'v3.16' into drm-next by Dave Airlie · 10 years ago
  21. aceb365 drm/i915/vlv: Update the DSI ULPS entry/exit sequence by Shobhit Kumar · 10 years ago
  22. ca5a1b9 Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  23. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  24. 868d665 drm/i915: Fix memory leak in intel_dsi_init() error path by Christoph Jaeger · 10 years ago
  25. 4328633d drm/i915: Make intel_dsi_init() return void by Damien Lespiau · 10 years ago
  26. c315faf drm/i915: dsi: fix pipe-off timeout due to port vs. pipe disable ordering by Imre Deak · 10 years ago
  27. 3e6bd01 drm/i915: Detect if MIPI panel based on VBT and initialize only if present by Shobhit Kumar · 10 years ago
  28. 2ab8b45 drm/i915: Add support for Generic MIPI panel driver by Shobhit Kumar · 10 years ago
  29. b6fdd0f drm/i915: Add MIPI mmio reg base by Shashank Sharma · 10 years ago
  30. 07e4fb9 drm/i915/dsi: Remove ->mode_set callback by Daniel Vetter · 10 years ago
  31. df38e65 drm/i915: MIPI PPS delays added by Shobhit Kumar · 10 years ago
  32. cf4dbd2 drm/i915: MIPI init count programming as generic parameter by Shobhit Kumar · 10 years ago
  33. dfba2e2 drm/i915: Correct MIPI operation mode as per expected values from VBT by Shobhit Kumar · 10 years ago
  34. 24d9c40 drm/i915: Enable RANDOM resolution support for MIPI panels by Shobhit Kumar · 10 years ago
  35. e104702 drm/i915: Send DPI command explicitely in LP mode by Shobhit Kumar · 10 years ago
  36. 339023e drm/i915: Panel commands can be sent only when clock is in LP11 by Shobhit Kumar · 10 years ago
  37. f1c79f1 drm/i915: Parameterize the Clockstop and escape_clk_div by Shobhit Kumar · 10 years ago
  38. 20e5bf6 drm/i915: Disable DPOunit clock gating by Shobhit Kumar · 10 years ago
  39. 2634fd7 drm/i915: Enable MIPI port before the plane and pipe enable by Shobhit Kumar · 10 years ago
  40. 2095f9f drm/i915: Program Rcomp and band gap reset everytime we resume from power gate by Shobhit Kumar · 10 years ago
  41. bc079e8 drm/i915: Make encoder cloning more flexible by Ville Syrjälä · 11 years ago
  42. 6d129be drm/i915: check port power domain when reading the encoder hw state by Imre Deak · 11 years ago
  43. 671dedd drm/i915: get port power domain in connector detect handlers by Imre Deak · 11 years ago
  44. 4932e2c drm/i915: add unregister callback to connector by Imre Deak · 11 years ago
  45. 4b6ed68 drm/i915: Initialize downclock mode in panel init by Vandana Kannan · 11 years ago
  46. f6da284 drm/i915: Parametrize the dphy and other spec specific parameters by Shobhit Kumar · 11 years ago
  47. a4a593b drm/i915: Remove redundant DSI PLL enabling by Shobhit Kumar · 11 years ago
  48. 1dbd7cb drm/i915: Reorganize the DSI enable/disable sequence by Shobhit Kumar · 11 years ago
  49. e9fe51c drm/i915: Use FLISDSI interface for band gap reset by Shobhit Kumar · 11 years ago
  50. b9f5e07 drm/i915: Add more dev ops for MIPI sub encoder by Shobhit Kumar · 11 years ago
  51. c19de8e drm/i915: Return a drm_mode_status enum in the mode_valid vfuncs by Damien Lespiau · 11 years ago
  52. 6f2bcce drm/i915: Use pipe_name() instead of the pipe number by Damien Lespiau · 11 years ago
  53. d9255d5 drm/i915: destroy connector sysfs files earlier by Paulo Zanoni · 11 years ago
  54. 4ce8c9a drm/i915: Band Gap WA by Shobhit Kumar · 11 years ago
  55. be4fc04 drm/i915: add VLV DSI PLL Calculations by ymohanma · 11 years ago
  56. 4e64649 drm/i915: add basic MIPI DSI output support by Jani Nikula · 11 years ago