0

I want to change display driver resolution setting according to this article

http://www.netmite.com/android/mydroid/development/pdk/docs/display_drivers.html

But i am not able to locate display driver in kernel and android code.

Michael
  • 32,527
  • 49
  • 210
  • 370
ultimatedeep
  • 185
  • 1
  • 2
  • 9
  • I'm voting to close this question as off-topic because author is asking for ready-for-use code, without showing any effort. – Mateusz Grzejek May 13 '15 at 07:44
  • That would be platform specific (or even device specific). For some Qualcomm-based devices you might be able to find the drivers [here](https://www.codeaurora.org/cgit/quic/la/kernel/msm), and the display HAL [here](https://www.codeaurora.org/cgit/quic/la/platform/hardware/qcom/display/). Note that these types of questions really are off-topic for StackOverflow, so you're probably better off asking on some Android development forum, like xda-developers or the cyanogenmod forums. – Michael May 13 '15 at 07:46
  • Or possibly http://android.stackexchange.com/ . – fadden May 13 '15 at 16:01

1 Answers1

0

The information at that link is pretty stale. The source.android.com pages are closer to reality.

fadden
  • 51,356
  • 5
  • 116
  • 166