1. cc2e991 gma500: oaktrail_lvds_init() drop unused variable by Kirill A. Shutemov · 12 years ago
  2. 1e30296 gma500: oaktrail_hdmi_i2c_access() drop unused variable by Kirill A. Shutemov · 12 years ago
  3. 771f64d gma500: mark oaktrail_backlight_init() as static by Kirill A. Shutemov · 12 years ago
  4. 6e7f4573 gma500: oaktrail_hdmi: fix -Wmissing-field-initializers warning by Kirill A. Shutemov · 12 years ago
  5. e1bb07c gma500: oaktrail_hdmi: drop dead code by Kirill A. Shutemov · 12 years ago
  6. 4398e58 gma500: oaktrail_crtc: drop unused variables by Kirill A. Shutemov · 12 years ago
  7. 44332dd gma500: oaktrail_crtc: mark few functions as static by Kirill A. Shutemov · 12 years ago
  8. cbc5a18 gma500: mdfld_intel_display: drop unused variables by Kirill A. Shutemov · 12 years ago
  9. c7a5ae2 gma500: mdfld_dsi_pkg_sender: fix -Wtype-limits warning by Kirill A. Shutemov · 12 years ago
  10. e4b9ff7 gma500: mdfld_dsi_dpi: drop unused variables by Kirill A. Shutemov · 12 years ago
  11. 1c6a626 gma500: mdfld_device: mark few functions as static by Kirill A. Shutemov · 12 years ago
  12. 062d054 gma500: cdv_intel_lvds: #if 0 currently unused functions by Kirill A. Shutemov · 12 years ago
  13. bc11da7 gma500: cdv_intel_lvds: mark few functions as static by Kirill A. Shutemov · 12 years ago
  14. 455b9e9 gma500: cdv_intel_hdmi: add missing include by Kirill A. Shutemov · 12 years ago
  15. 657da16 gma500: cdv_intel_crt: mark few functions as static by Kirill A. Shutemov · 12 years ago
  16. 0313c0d gma500: cdv_intel_crt: drop unused variables by Kirill A. Shutemov · 12 years ago
  17. a8ec622 gma500: cdv_intel_crt: drop dead code by Kirill A. Shutemov · 12 years ago
  18. 2acdc9f gma500: cdv_intel_crt: add missing include by Kirill A. Shutemov · 12 years ago
  19. 017350b gma500: fix cdv_intel_wait_for_vblank() prototype by Kirill A. Shutemov · 12 years ago
  20. aa53f53 gma500: fix two -Wmissing-field-initializers warnings by Kirill A. Shutemov · 12 years ago
  21. 15308e2 gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as static by Kirill A. Shutemov · 12 years ago
  22. 1fc9333 gma500: psb_driver_load(): drop unused variables by Kirill A. Shutemov · 12 years ago
  23. 670c044 gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEF by Kirill A. Shutemov · 12 years ago
  24. 3afad3c gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as static by Kirill A. Shutemov · 12 years ago
  25. b2d57b3 gma500: mmu: drop unused psb_get_default_pd_addr() by Kirill A. Shutemov · 12 years ago
  26. ffe94d9 gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as static by Kirill A. Shutemov · 12 years ago
  27. bc7f2b0 gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as static by Kirill A. Shutemov · 12 years ago
  28. 4796001 gma500: drop unused psbfb_suspend()/psbfb_resume() by Kirill A. Shutemov · 12 years ago
  29. a58df0ad gma500: gem_glue: add missing include by Kirill A. Shutemov · 12 years ago
  30. 89f58dc gma500: medfield: drop a bit of dead code by Kirill A. Shutemov · 12 years ago
  31. fda95c2 gma500: mdfld_dsi_output_init() drop unused parameter by Kirill A. Shutemov · 12 years ago
  32. 6aa1ead gma500: psbfb_create(): move depth initialization out of loop by Kirill A. Shutemov · 12 years ago
  33. 026abc3 gma500: initial medfield merge by Kirill A. Shutemov · 12 years ago
  34. c6265ff gma500: rework register stuff sanely by Alan Cox · 12 years ago
  35. c715bc1 gma500: make init_pm callback in struct psb_op optional by Kirill A. Shutemov · 12 years ago
  36. 4578240 gma500: re-order calling on the fix setup so we set up after the DRM layer by Alan Cox · 12 years ago
  37. aa7c62a intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init() by Jesper Juhl · 12 years ago
  38. 05442e5 gma500: Kconfig documentation tweak by Alan Cox · 12 years ago
  39. 648a8e3 gma500: now move the Oaktrail save state into its own structure by Alan Cox · 12 years ago
  40. 933315a gma500: clean up some of the struct fields we no longer use by Alan Cox · 12 years ago
  41. 3df546b gma500: plug in more of the gamma functionality by Alan Cox · 12 years ago
  42. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 13 years ago
  43. 51a59ac drm: Fix kcalloc parameters swapped by Axel Lin · 13 years ago
  44. fb2a99e drm: do not set fb_info->pixmap fields by Sascha Hauer · 13 years ago
  45. d9bc3c0 drm: add convenience function to create an range property by Sascha Hauer · 13 years ago
  46. 2d8357e gma500: Fix suspend/resume functions by Ryan Mallon · 13 years ago
  47. 15b63d3 gma500: Fix shmem mapping by Alan Cox · 13 years ago
  48. 9f821c6 gma500: Discard modes that don't fit in stolen memory by Alan Cox · 13 years ago
  49. 96067ad gma500: silence gcc warnings in mid_get_vbt_data() by Dan Carpenter · 13 years ago
  50. f9f23a7 gma500: remove no_fb bits by Alan Cox · 13 years ago
  51. b6195aa gma500: Fix Cedarview support (Correct version) by Alan Cox · 13 years ago
  52. 56125db gma500: Add the E6xx PCI identifier we are missing by Alan Cox · 13 years ago
  53. e2e022e gma500/oaktrail: panel display quality fix by Alan Cox · 13 years ago
  54. 5d3852d gma500: Oaktrail fixes by Alan Cox · 13 years ago
  55. 0cecdd8 gma500: Final enables for Oaktrail by Alan Cox · 13 years ago
  56. fea578b gma500: SDVO DDC bus guessing isn't working so hardcode it instead by Patrik Jakobsson · 13 years ago
  57. 9bd81ac gma500: Convert Oaktrail to work with new output handling by Patrik Jakobsson · 13 years ago
  58. a12d6a0 gma500: Convert Cedarview to work with new output handling by Patrik Jakobsson · 13 years ago
  59. 5736995 gma500: Replace SDVO code with slightly modified version from i915 by Patrik Jakobsson · 13 years ago
  60. 5c0c1d5 gma500: Add support for Intel GMBUS by Patrik Jakobsson · 13 years ago
  61. 9c8cee4 gma500: Convert PSB LVDS to new output handling by Patrik Jakobsson · 13 years ago
  62. 1730f89 gma500: Fix encoder type checking for connectors by Patrik Jakobsson · 13 years ago
  63. 352b16a gma500: Remove psb_intel_output from ddc_probe and ddc_get_modes by Patrik Jakobsson · 13 years ago
  64. 75e9d01 gma500: Initial support for our encoder and connector structs by Patrik Jakobsson · 13 years ago
  65. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  66. 1b22edf gma500: Oaktrail BIOS handling by Alan Cox · 13 years ago
  67. aa0c45f gma500: Fix oaktrail probing part 1 by Alan Cox · 13 years ago
  68. 1b223c9 gma500: Be smarter about layout by Alan Cox · 13 years ago
  69. a6ba582 gma500: gtt based hardware scrolling console by Alan Cox · 13 years ago
  70. 9242fe2 gma500: frame buffer locking by Alan Cox · 13 years ago
  71. 1f0d0b5 gma500: Fix backlight crash by Alan Cox · 13 years ago
  72. 2357f7e gma500: kill bogus code by Alan Cox · 13 years ago
  73. cd00935 gma500: Convert spaces to tabs in accel_2d.c. by Akshay Joshi · 13 years ago
  74. a746092 gma500: do a pass over the FIXME tags by Alan Cox · 13 years ago
  75. 700e59f gma500: Add VBLANK support for Poulsbo hardware by Patrik Jakobsson · 13 years ago
  76. 84b08fe gma500: Don't enable MSI on Poulsbo by Patrik Jakobsson · 13 years ago
  77. e036ba5 gma500: Only register interrupt handler for poulsbo hardware by Patrik Jakobsson · 13 years ago
  78. dffc9ce gma500: kill virtual mapping support by Alan Cox · 13 years ago
  79. 838fa58 gma500: Move the API by Alan Cox · 13 years ago
  80. 04bd564 gma500: kill off NUM_PIPE define by Alan Cox · 13 years ago
  81. 770179d gma500: Rename the ioctls to avoid clashing with the legacy drivers by Alan Cox · 13 years ago
  82. 61bedf7 drm/gma500: begin pruning dead bits of API by Alan Cox · 13 years ago
  83. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  84. 1595c56 drm/gma500: fix compile error by Ilija Hadzic · 13 years ago
  85. 0cdbee3e drm/gma500: remove genrated file by Ilija Hadzic · 13 years ago
  86. a9a644a drm/gma500: port framebuffer to new plane interface. by Dave Airlie · 13 years ago
  87. af3a2cf gma500: fixup build versus latest header changes. by Dave Airlie · 13 years ago
  88. 6a227d5 gma500: Add support for Cedarview by Alan Cox · 13 years ago
  89. 1b082cc gma500: Add Oaktrail support by Alan Cox · 13 years ago
  90. 89c7813 gma500: Add Poulsbo support by Alan Cox · 13 years ago
  91. 5c49fd3 gma500: Add the core DRM files and headers by Alan Cox · 13 years ago
  92. 5091b7e gma500: Add the i2c bus support by Alan Cox · 13 years ago
  93. f910b41 gma500: Add the glue to the various BIOS and firmware interfaces by Alan Cox · 13 years ago
  94. bbbb262 gma500: Add device framework by Alan Cox · 13 years ago
  95. 4d8d096 gma500: introduce the framebuffer support code by Alan Cox · 13 years ago
  96. 8c8f1c9 gma500: introduce the GTT and MMU handling logic by Alan Cox · 13 years ago
  97. e32681d gma500: GEM and GEM glue by Alan Cox · 13 years ago
  98. 3abcf41 gma500: Move the basic driver out of staging by Alan Cox · 13 years ago