Commit Graph

953737 Commits

Author SHA1 Message Date
Greg Kroah-Hartman
4742d2d830 Merge e18afa5bfa ("Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I9aedb672731bbc03099d8e7dc11351b02ec2ceb6
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-23 10:13:50 +02:00
Greg Kroah-Hartman
87b0d10a70 Merge 85ed13e78d ("Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs") into android-common
Steps in the way to 5.10-rc1

Change-Id: Ida014e494f8c8b8cc44209df17d8b07b3bd94f1a
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-23 10:13:30 +02:00
Eric Biggers
dfd572c112 ANDROID: irqchip/gic-v3: fix bad merge resolution
A line from commit b19f0cc3fe ("ANDROID: power: wakeup_reason: wake
reason enhancements") got dropped.

Fixes: eb87047f08 ("Merge c457cc800e ("Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline")
Bug: 120445600
Change-Id: I2ac07946b60adb42114d8322b44806dce0ffc407
Signed-off-by: Eric Biggers <ebiggers@google.com>
2020-10-23 06:41:00 +00:00
Chanho Park
bfa46ee8cb ANDROID: GKI: add built-in PCIE_DW_PLAT_EP
To build an EP driver which is based on PCIe designware as module, we
need to get some symbols from pcie-designware_ep.c. To select the
source from GKI kernel, we should enable PCIE_DW_PLAT_EP driver as
prebuilt.

Bug: 167931570
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Change-Id: Iffc1d90419378e1f3cf13c3e5ecddadd84dc1540
2020-10-23 06:36:07 +00:00
rickyniu
d97894a4cb ANDROID: usb: f_accessory: Send uevent when receive control request
Send uevent when received control request 51 and 52
to help debug and recover when the handshake not finished.

Description about control request 51 and 52
control_request 51 :
Send a 51 control request ("Get Protocol") to figure out
if the device supports the Android accessory protocol.
A non-zero number is returned if the protocol is supported,
which represents the version of the protocol that
the device supports (currently, only version 1 exists).

control_request 52 :
If the device returns a proper protocol version,
send identifying string information to the device.
This information allows the device to figure out
an appropriate application for this accessory and
also present the user with a URL if
an appropriate application does not exist.

The detail description could reference below link.
https://tool.oschina.net/uploads/apidocs/android/tools/adk/aoa.html

Bug: 139264038
Change-Id: Ie80302321b58d247a5faa83dc3cabba316743c87
Signed-off-by: rickyniu <rickyniu@google.com>
2020-10-23 03:49:21 +00:00
Alistair Delva
d75c93b6ee ANDROID: GKI: Enable CONFIG_USB_ANNOUNCE_NEW_DEVICES
Print out informational messages when a user connects a USB device.

Bug: 170928377
Signed-off-by: Alistair Delva <adelva@google.com>
Change-Id: I9838d5aff51fe9c6cfa3b5e7c46cbe84ee878090
2020-10-22 16:39:50 +00:00
John Stultz
f1a25121dd ANDROID: dma-buf: Cleanup minor usage in "Add proper kref handling on dma-buf heaps"
When submitting a cherry-picked version of commit c700bdd223
("ANDROID: dma-heap: Add proper kref handling on dma-buf heaps")
from the android-mainline tree, Greg had some feedback that
tracking the minor number wasn't necessary as it was already
stored in the heap_devt:
  https://android-review.googlesource.com/c/kernel/common/+/1433176/4#message-b07e73548e082ae85b97c3f3ff889ae4ab6ab09d

So this patch reworks those changes so we don't need an extra
minor field in the dma_heap struct.

Fixes: c700bdd223 ("ANDROID: dma-heap: Add proper kref handling on dma-buf heaps")
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: I5f12e2249a6a02ee02dc19049b7b3577e094b0ce
Bug: 154341375
2020-10-22 04:48:12 +00:00
Todd Kjos
0695bfe5fb Revert "ANDROID: disable ANDROID_VENDOR_HOOKS"
This reverts commit ff0771e5f8.

ANDROID_VENDOR_HOOKS was temporarily disabled since it needed
refactoring to work with commit d25e37d89d ("tracepoint: Optimize
using static_call()"). It can be enabled again now.

Change-Id: Id4920fe20cf07736679f22228d192a251467bbb2
Signed-off-by: Todd Kjos <tkjos@google.com>
2020-10-21 17:41:18 +00:00
Todd Kjos
5e767aa07e ANDROID: use static_call() for restricted hooks
commit d25e37d89d ("tracepoint: Optimize using static_call()")
refactored tracepoints to use static_call(). Add the same
optimization for restricted vendor hooks.

Fixes: d25e37d89d ("tracepoint: Optimize using static_call()")
Signed-off-by: Todd Kjos <tkjos@google.com>
Change-Id: I336db7e90b733ac4098ce342001cc31fd215d137
2020-10-21 09:35:02 -07:00
Greg Kroah-Hartman
0b56422062 Merge c90578360c ("Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs") into android-mainline
Steps on the way to 5.10-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I64f970f0cd1bfe4edf42b4170a54bef3ca613c02
2020-10-21 15:44:50 +02:00
Greg Kroah-Hartman
c8f7eef135 Merge 50d228345a ("Merge tag 'docs-5.10' of git://git.lwn.net/linux") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: Ie936eb552cef5285deba6d52c62251db6b7fbd8c
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 15:43:32 +02:00
Greg Kroah-Hartman
abe7c7f2fa Merge ced3a9eb3c ("Merge tag 'ia64_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I27e93251d6061f1a190ca5c6d5e16f38fbbf6697
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 15:42:22 +02:00
Greg Kroah-Hartman
a1de8402d1 Merge 2646fb032f ("Merge tag 'x86-hyperv-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: Ia139025f801a615e94550f8cc4934bf296663f32
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 15:41:19 +02:00
Greg Kroah-Hartman
ccccfe1530 Merge ee4a925107 ("Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I07d3c5b6d8713da01544865af960c5badfd4ccc7
2020-10-21 15:40:02 +02:00
Greg Kroah-Hartman
c7cad3ae20 Merge ad884ff329 ("Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: Ibff3dd67b929ee621aed11da6d3f362b0d953583
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 15:39:13 +02:00
Greg Kroah-Hartman
4d1f9d3090 Merge c1b4ec85ee ("Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: If433e0fff2f0fbb7110d87456af4bbf29d0117cc
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 15:37:03 +02:00
Greg Kroah-Hartman
b5d70aad5f Merge b85cac5745 ("Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I814a8858d8b0fdae52050cbae380d38cd4fa0677
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 15:35:11 +02:00
Greg Kroah-Hartman
f8f91cf02c Merge 1c6890707e ("Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-common
Steps on the way to 5.10-rc1

Change-Id: I9f0c1bfc3deba59692d1d5ed543c07dc779d3cac
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 15:34:06 +02:00
Greg Kroah-Hartman
977a3890c7 Merge 3bff6112c8 ("Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I7e2e6c2d04229eb4f84366d79dcf8e9f178de12f
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 14:29:20 +02:00
Greg Kroah-Hartman
ff0771e5f8 ANDROID: disable ANDROID_VENDOR_HOOKS
Commit d25e37d89d ("tracepoint: Optimize using static_call()") changed
the format of DEFINE_TRACE() and other tracepoint logic, which broke the
ANDROID_VENDOR_HOOKS logic.

As I can't figure out how to unwind the build traces for the errors,
disable this for now so the merge can continue.

Bug: 156285741
Cc: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I6794bdec76ba25370891747b296ea30a51812982
2020-10-21 12:11:17 +02:00
Greg Kroah-Hartman
14f56bd1a8 Merge dd502a8107 ("Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I3ab170640eb411035f15c8c0119a105a8760a1b7
2020-10-21 12:04:36 +02:00
Greg Kroah-Hartman
43105055d5 Merge 34eb62d868 ("Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ic605c3794555d23d61243eb344002827e7089076
2020-10-21 10:58:27 +02:00
Greg Kroah-Hartman
c75d00fcaf Merge e6412f9833 ("Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I12f82a553544430de8c5675a031488493d9988db
2020-10-21 10:56:51 +02:00
Greg Kroah-Hartman
9826fd5ce8 Merge ed016af52e ("Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I15482062186905002d9a4da525da403e8d3f9081
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 10:55:53 +02:00
Greg Kroah-Hartman
c2f57c792b Merge edaa5ddf38 ("Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: Ica8a8f76ad5735ebcf4f30f3156edf7f9f60e576
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 10:54:38 +02:00
Greg Kroah-Hartman
956bb2509a Merge 13cb73490f ("Merge tag 'x86-entry-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: If7e529bddaf8019b1925738da0070f753813ea5a
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 10:49:30 +02:00
Greg Kroah-Hartman
b251b0cd60 Merge cc7343724e ("Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I9a2f97712c9fcc609c4e99fc7727eef6fbea21ba
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 10:48:26 +02:00
Greg Kroah-Hartman
eb87047f08 Merge c457cc800e ("Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I2008d31f1f4c3ba4325ae536ad95b66b94f81601
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 10:47:13 +02:00
Greg Kroah-Hartman
03a2f92b61 Merge f5f59336a9 ("Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I247fc5c01c5a4dc01ba5a718b45a3d336a0ff026
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 10:45:50 +02:00
Greg Kroah-Hartman
60735ebe2a Merge 20d49bfcc3 ("Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I354c03b310a92c4271b496c04bf597335e019e30
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 09:31:27 +02:00
Greg Kroah-Hartman
369d0dda53 Merge 1e6d1d9646 ("Merge tag 'x86_core_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: Ifce134a16bfdfa5f729c6b32b50bc06e11781997
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 08:44:41 +02:00
Greg Kroah-Hartman
0992315236 Merge 87194efe7e ("Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I168c770fafdf6e8b5c4be1a49a761d1d00a4b7fa
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 08:42:38 +02:00
Greg Kroah-Hartman
80a99efb1b Merge 9e536c8179 ("Merge tag 'x86_misc_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: I5394e801d647b70a60df7f4123bf06614bff0cb6
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 08:41:39 +02:00
Greg Kroah-Hartman
19f3e0e24a Merge ac74075e5d ("Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I5570b629e4f548b0b625a9b117516d59f569b122
2020-10-21 08:37:04 +02:00
Greg Kroah-Hartman
119f042840 Merge 8b6591fd0a ("Merge tag 'x86_platform_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1

Change-Id: Ibb94f1355a2adadf3891ad55f8dc636fb9fa1b1b
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 08:34:08 +02:00
Greg Kroah-Hartman
cef3d3861a Merge 92a0610b6a ("Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 5.10-rc1.

Change-Id: I9c9d14b0d17702e4f223d1946d5a5813267d7ffe
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 08:32:06 +02:00
Greg Kroah-Hartman
1d0156db22 Merge ca1b66922a ("Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Tiny steps on the way to 5.10-rc1

Change-Id: I7e303e545e85a0c989f21f98784a7fe6810478c7
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 07:45:19 +02:00
Greg Kroah-Hartman
6ae9f9a718 Merge a9a4b7d9a6 ("Merge tag 'edac_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras") into android-mainline
Tiny steps on the way to 5.10-rc1.

Change-Id: Ie45a2bfc60129510ce09763fdf38d374df92c38d
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-21 07:28:47 +02:00
Syed Rameez Mustafa
c6e5f9d7cf ANDROID: cpu-hotplug: Always use real time scheduling when hotplugging a CPU
CPU hotplug operations take place in preemptible context. This leaves
the hotplugging thread at the mercy of overall system load and CPU
availability. If the hotplugging thread does not get an opportunity
to execute after it has already begun a hotplug operation, CPUs can
end up being stuck in a quasi online state. In the worst case a CPU
can be stuck in a state where the migration thread is parked while
another task is executing and changing affinity in a loop. This
combination can result in unbounded execution time for the running
task until the hotplugging thread gets the chance to run to complete
the hotplug operation.

Fix the said problem by ensuring that hotplug can only occur from
threads belonging to the RT sched class. This allows the hotplugging
thread priority on the CPU no matter what the system load or the
number of available CPUs are. If a SCHED_NORMAL task attempts to
hotplug a CPU, we temporarily elevate it's scheduling policy to RT.
Furthermore, we disallow hotplugging operations to begin if the
calling task belongs to the idle and deadline classes or those that
use the SCHED_BATCH policy.

Bug: 169238689
Change-Id: Idbb1384626e6ddff46c0d2ce752eee68396c78af
Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
[psodagud@codeaurora.org: Fixed compilation issues]
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
2020-10-20 14:18:57 -07:00
Greg Kroah-Hartman
9810d13cf9 ANDROID: arm64: traps: export dump_backtrace symbol
Export dump_backtrace symbol for modules to reference.

[added again as it moved around in 5.10-rc1]

Bug: 169899018
Cc: Jonglin Lee <jonglin@google.com>
Cc: Will Deacon <willdeacon@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I8448584ed8af204deaa991c5a60b04a39b47ac2f
2020-10-20 19:47:38 +02:00
Greg Kroah-Hartman
1c84293163 Merge 6734e20e39 ("Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux") into android-mainline
Tiny steps on the way to 5.10-rc1.

Change-Id: I8ff6cb398ac1c0623bf2cefd29860616d05be107
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2020-10-20 19:15:03 +02:00
Abdulla Kamar
2e78374d86 ANDROID: GKI: Enable CONFIG_X86_X2APIC
Enable support for CONFIG_X86_X2APIC, if available. This speeds up
operation in a hypervisor, as APIC is handled via MSRs.

Bug: 171287650
Change-Id: Ie3cf57d07b8dde08ec609dfb031cfb0029218501
Signed-off-by: Abdulla Kamar <abdulla@google.com>
2020-10-20 21:44:56 +11:00
Peter Collingbourne
013498c923 FROMLIST: clk: versatile: remove dependency on ARCH_*
It is now possible to build a modular kernel for vexpress by
not setting CONFIG_ARCH_VEXPRESS=y and instead setting =m on the
drivers that it normally implies. This is with the exception of
CLK_VEXPRESS_OSC which is currently hidden behind a dependency on
one of several ARCH_* variables. Remove that dependency so that
CLK_VEXPRESS_OSC may be enabled without it.

Signed-off-by: Peter Collingbourne <pcc@google.com>
Link: https://linux-review.googlesource.com/id/I435a21e2e5f6187db54f4ef2079b60028ab2ea69
Link: https://lore.kernel.org/linux-arm-kernel/20201016002441.60683-1-pcc@google.com/
Change-Id: I435a21e2e5f6187db54f4ef2079b60028ab2ea69
Bug: 142352330
Signed-off-by: Alistair Delva <adelva@google.com>
2020-10-16 18:07:02 +00:00
Peter Collingbourne
e7a0975abf ANDROID: GKI: Add configs needed for ARM Fixed Virtual Platform
Bug: 142352330
Change-Id: Ifedce69a0250403775344d67499fe3888899c3f6
Signed-off-by: Peter Collingbourne <pcc@google.com>
2020-10-16 18:06:30 +00:00
Akash Asthana
c435f836be ANDROID: serial: msm_geni_serial_earlycon: Remove unused variable
Remove unused variable.

Fixes: e1be87019f ("ANDROID: serial: msm_geni_serial_earlycon: Add Earlycon support")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Akash Asthana <akashast@codeaurora.org>
Change-Id: Ide050892f6716ff6e080bcfb4c863b25ef67e861
2020-10-16 16:00:20 +00:00
Riley Andrews
1f52bb8bfd ANDROID: trace: sched: add sched blocked tracepoint which dumps out context of sleep.
Declare war on uninterruptible sleep. Add a tracepoint which
walks the kernel stack and dumps the first non-scheduler function
called before the scheduler is invoked.

Bug: 120445457
Change-Id: I19e965d5206329360a92cbfe2afcc8c30f65c229
Signed-off-by: Riley Andrews <riandrews@google.com>
[astrachan: deleted an unnecessary whitespace change]
Signed-off-by: Alistair Strachan <astrachan@google.com>
Bug: 170916884
Signed-off-by: Todd Kjos <tkjos@google.com>
2020-10-16 15:54:44 +00:00
Narendra Muppalla
bbdc899cf7 Revert "ANDROID: drivers: gpu: drm: add support for secure framebuffer"
Necessary changes to support secure framebuffer
have been made to vendor specific drivers. No need to retain
support in DRM framework.

This reverts commit 840c67f5c1.

Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
Change-Id: Ia745208ae1c2c49443659292d31cbfa6b0c4f7e8
2020-10-16 05:38:19 +00:00
Narendra Muppalla
8777a30ce0 Revert "ANDROID: include: uapi: drm: add additional drm mode flags"
Necessary changes to support additional drm mode flags
have been made to vendor specific drivers. No need to retain
support in DRM framework

This reverts commit fc13d76d7d.

Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
Change-Id: I57256c8ad15b7520c8c50eb145352233f2efb3c6
2020-10-16 05:38:06 +00:00
Narendra Muppalla
7db785cf24 Revert "ANDROID: driver: gpu: drm: add notifier for panel related events"
Necessary changes to support notifier for panel related events
have been made to vendor specific drivers. No need to retain
support in DRM framework

This reverts commit 310dd4fe83.

Change-Id: I9528c01559e8e84497b238719833e07c736b36bf
Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
2020-10-16 05:37:35 +00:00
Narendra Muppalla
88adaf726e Revert "ANDROID: drivers: gpu: drm: fix bugs encountered while fuzzing"
Necessary changes to fix bugs encountered while fuzzing have been
made to vendor specific drivers.

This reverts commit 9a6a3c7359.

Bug: 163689280
Change-Id: I1a8f1c8ea51cc6d2d2a669a8ee513ef2c369687a
Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
2020-10-15 23:29:56 +00:00